public class PwAuthInfoType
extends java.lang.Object
Java class for pwAuthInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pwAuthInfoType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
<attribute name="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
roid |
protected java.lang.String |
value |
| Constructor and Description |
|---|
PwAuthInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRoid()
Gets the value of the roid property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setRoid(java.lang.String value)
Sets the value of the roid property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRoid()
Stringpublic void setRoid(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.