Class XjcEppTrIDType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppTrIDType

public class XjcEppTrIDType extends XjcObject

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 Details

    • clTRID

      protected String clTRID
    • svTRID

      protected String svTRID
  • Constructor Details

    • XjcEppTrIDType

      public XjcEppTrIDType()
  • Method Details

    • getClTRID

      public String getClTRID()
      Gets the value of the clTRID property.
      Returns:
      possible object is String
    • setClTRID

      public void setClTRID(String value)
      Sets the value of the clTRID property.
      Parameters:
      value - allowed object is String
    • getSvTRID

      public String getSvTRID()
      Gets the value of the svTRID property.
      Returns:
      possible object is String
    • setSvTRID

      public void setSvTRID(String value)
      Sets the value of the svTRID property.
      Parameters:
      value - allowed object is String