Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Range
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Range
public class Range
extends 
The Network Registrar Range class.
A simple contiguous range of IPv4 addresses, represented by the start and end of the range.
Java class for Range complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Range">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="end" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="start" 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 end property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the start property.
 void
 
          Sets the value of the end property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the start property.
 
Methods inherited from class com.cisco.cnr.ws.xsd.