Class XjcEppLoginType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppLoginType

public class XjcEppLoginType extends XjcObject

Java class for loginType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="loginType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="pw" type="{urn:ietf:params:xml:ns:epp-1.0}pwType"/>
         <element name="newPW" type="{urn:ietf:params:xml:ns:epp-1.0}pwType" minOccurs="0"/>
         <element name="options" type="{urn:ietf:params:xml:ns:epp-1.0}credsOptionsType"/>
         <element name="svcs" type="{urn:ietf:params:xml:ns:epp-1.0}loginSvcType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppLoginType

      public XjcEppLoginType()
  • Method Details

    • getClID

      public String getClID()
      Gets the value of the clID property.
      Returns:
      possible object is String
    • setClID

      public void setClID(String value)
      Sets the value of the clID property.
      Parameters:
      value - allowed object is String
    • getPw

      public String getPw()
      Gets the value of the pw property.
      Returns:
      possible object is String
    • setPw

      public void setPw(String value)
      Sets the value of the pw property.
      Parameters:
      value - allowed object is String
    • getNewPW

      public String getNewPW()
      Gets the value of the newPW property.
      Returns:
      possible object is String
    • setNewPW

      public void setNewPW(String value)
      Sets the value of the newPW property.
      Parameters:
      value - allowed object is String
    • getOptions

      public XjcEppCredsOptionsType getOptions()
      Gets the value of the options property.
      Returns:
      possible object is XjcEppCredsOptionsType
    • setOptions

      public void setOptions(XjcEppCredsOptionsType value)
      Sets the value of the options property.
      Parameters:
      value - allowed object is XjcEppCredsOptionsType
    • getSvcs

      public XjcEppLoginSvcType getSvcs()
      Gets the value of the svcs property.
      Returns:
      possible object is XjcEppLoginSvcType
    • setSvcs

      public void setSvcs(XjcEppLoginSvcType value)
      Sets the value of the svcs property.
      Parameters:
      value - allowed object is XjcEppLoginSvcType