Class XjcContactPanData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactPanData

public class XjcContactPanData extends XjcObject

Java class for panDataType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="panDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:contact-1.0}paCLIDType"/>
         <element name="paTRID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDType"/>
         <element name="paDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcContactPanData

      public XjcContactPanData()
  • Method Details

    • getId

      public XjcContactPaCLIDType getId()
      Gets the value of the id property.
      Returns:
      possible object is XjcContactPaCLIDType
    • setId

      public void setId(XjcContactPaCLIDType value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is XjcContactPaCLIDType
    • getPaTRID

      public XjcEppTrIDType getPaTRID()
      Gets the value of the paTRID property.
      Returns:
      possible object is XjcEppTrIDType
    • setPaTRID

      public void setPaTRID(XjcEppTrIDType value)
      Sets the value of the paTRID property.
      Parameters:
      value - allowed object is XjcEppTrIDType
    • getPaDate

      public org.joda.time.DateTime getPaDate()
      Gets the value of the paDate property.
      Returns:
      possible object is String
    • setPaDate

      public void setPaDate(org.joda.time.DateTime value)
      Sets the value of the paDate property.
      Parameters:
      value - allowed object is String