Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class Option
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Option
public class Option
extends 
The Network Registrar Option class.
A DHCP Option, used to hold configuration information for DHCP clients.
Java class for Option complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Option">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="optionDefinitionSetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="optionDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subOptions" type="{http://ws.cnr.cisco.com/xsd}OptionArray" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the number property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the optionDefinitionSetName property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the optionDesc property.
>
 
          Gets the value of the subOptions property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the value property.
 void
 
          Sets the value of the number property.
 void
          Sets the value of the optionDefinitionSetName property.
 void
 
          Sets the value of the optionDesc property.
 void
> value)
 
          Sets the value of the subOptions property.