Package google.registry.xjc.rde
Class XjcRdeRrType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeRrType
Java class for rrType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="rrType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>clIDType">
<attribute name="client" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
client
-
-
Constructor Details
-
XjcRdeRrType
public XjcRdeRrType()
-
-
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
-
getClient
Gets the value of the client property.- Returns:
- possible object is
String
-
setClient
Sets the value of the client property.- Parameters:
value
- allowed object isString
-