Package google.registry.xjc.epp
Class XjcEppLoginType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppLoginType
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected XjcEppCredsOptionsType
protected String
protected XjcEppLoginSvcType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClID()
Gets the value of the clID property.getNewPW()
Gets the value of the newPW property.Gets the value of the options property.getPw()
Gets the value of the pw property.getSvcs()
Gets the value of the svcs property.void
Sets the value of the clID property.void
Sets the value of the newPW property.void
setOptions
(XjcEppCredsOptionsType value) Sets the value of the options property.void
Sets the value of the pw property.void
setSvcs
(XjcEppLoginSvcType value) Sets the value of the svcs property.
-
Field Details
-
clID
-
pw
-
newPW
-
options
-
svcs
-
-
Constructor Details
-
XjcEppLoginType
public XjcEppLoginType()
-
-
Method Details
-
getClID
Gets the value of the clID property.- Returns:
- possible object is
String
-
setClID
Sets the value of the clID property.- Parameters:
value
- allowed object isString
-
getPw
Gets the value of the pw property.- Returns:
- possible object is
String
-
setPw
Sets the value of the pw property.- Parameters:
value
- allowed object isString
-
getNewPW
Gets the value of the newPW property.- Returns:
- possible object is
String
-
setNewPW
Sets the value of the newPW property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
XjcEppCredsOptionsType
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isXjcEppCredsOptionsType
-
getSvcs
Gets the value of the svcs property.- Returns:
- possible object is
XjcEppLoginSvcType
-
setSvcs
Sets the value of the svcs property.- Parameters:
value
- allowed object isXjcEppLoginSvcType
-