Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CnrSoapAuth
java.lang.Object
  
com.cisco.cnr.ws.xsd.CnrSoapAuth
public class CnrSoapAuth
extends java.lang.Object
Java class for CnrSoapAuth complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CnrSoapAuth">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 java.lang.String
 
          Gets the value of the password property.
 java.lang.String
 
          Gets the value of the username property.
 void
 
          Sets the value of the password property.
 void
 
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail