Package google.registry.xjc.eppcom
Class XjcEppcomPwAuthInfoType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.eppcom.XjcEppcomPwAuthInfoType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
roid
-
-
Constructor Details
-
XjcEppcomPwAuthInfoType
public XjcEppcomPwAuthInfoType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getRoid
Gets the value of the roid property.- Returns:
- possible object is
String
-
setRoid
Sets the value of the roid property.- Parameters:
value
- allowed object isString
-