public class LoginType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clID |
protected java.lang.String |
newPW |
protected CredsOptionsType |
options |
protected java.lang.String |
pw |
protected LoginSvcType |
svcs |
| Constructor and Description |
|---|
LoginType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClID()
Gets the value of the clID property.
|
java.lang.String |
getNewPW()
Gets the value of the newPW property.
|
CredsOptionsType |
getOptions()
Gets the value of the options property.
|
java.lang.String |
getPw()
Gets the value of the pw property.
|
LoginSvcType |
getSvcs()
Gets the value of the svcs property.
|
void |
setClID(java.lang.String value)
Sets the value of the clID property.
|
void |
setNewPW(java.lang.String value)
Sets the value of the newPW property.
|
void |
setOptions(CredsOptionsType value)
Sets the value of the options property.
|
void |
setPw(java.lang.String value)
Sets the value of the pw property.
|
void |
setSvcs(LoginSvcType value)
Sets the value of the svcs property.
|
protected java.lang.String clID
protected java.lang.String pw
protected java.lang.String newPW
protected CredsOptionsType options
protected LoginSvcType svcs
public java.lang.String getClID()
Stringpublic void setClID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPw()
Stringpublic void setPw(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewPW()
Stringpublic void setNewPW(java.lang.String value)
value - allowed object is
Stringpublic CredsOptionsType getOptions()
CredsOptionsTypepublic void setOptions(CredsOptionsType value)
value - allowed object is
CredsOptionsTypepublic LoginSvcType getSvcs()
LoginSvcTypepublic void setSvcs(LoginSvcType value)
value - allowed object is
LoginSvcTypeCopyright © 2022. All rights reserved.