public class TrIDType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clTRID |
protected java.lang.String |
svTRID |
| Constructor and Description |
|---|
TrIDType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClTRID()
Gets the value of the clTRID property.
|
java.lang.String |
getSvTRID()
Gets the value of the svTRID property.
|
void |
setClTRID(java.lang.String value)
Sets the value of the clTRID property.
|
void |
setSvTRID(java.lang.String value)
Sets the value of the svTRID property.
|
public java.lang.String getClTRID()
Stringpublic void setClTRID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSvTRID()
Stringpublic void setSvTRID(java.lang.String value)
value - allowed object is
StringCopyright © 2022. All rights reserved.