Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class DnsSec
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsSec
public class DnsSec
extends 
The Network Registrar DnsSec class.
Used for configuration of DNSSEC
Java class for DnsSec complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsSec">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="autoTrustAnchorFile" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="dnssec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domainInsecure" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="keyCacheSize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="prefetchKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="trustAnchorFile" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the autoTrustAnchorFile property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the dnssec property.
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the domainInsecure property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the keyCacheSize property.
 java.lang.String
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the prefetchKey property.
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the trustAnchorFile property.