Package google.registry.xjc.epp
Class XjcEppTrIDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppTrIDType
Java class for trIDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="trIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clTRID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDStringType" minOccurs="0"/>
<element name="svTRID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDStringType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
clTRID
-
svTRID
-
-
Constructor Details
-
XjcEppTrIDType
public XjcEppTrIDType()
-
-
Method Details
-
getClTRID
Gets the value of the clTRID property.- Returns:
- possible object is
String
-
setClTRID
Sets the value of the clTRID property.- Parameters:
value
- allowed object isString
-
getSvTRID
Gets the value of the svTRID property.- Returns:
- possible object is
String
-
setSvTRID
Sets the value of the svTRID property.- Parameters:
value
- allowed object isString
-