Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Dns64
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Dns64
public class Dns64
extends 
The Network Registrar Dns64 class.
Used for configuration of DNS64
Java class for Dns64 complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Dns64">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="aclMatchClients" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dns64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="priority" 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 aclMatchClients property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the dns64 property.
 java.lang.String
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the prefix property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the priority property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the aclMatchClients property.
 void
 
          Sets the value of the dns64 property.
 void