Class XjcContactDelete

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

public class XjcContactDelete extends XjcObject

Java class for sIDType complex type

.

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

 <complexType name="sIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcContactDelete

      public XjcContactDelete()
  • Method Details

    • getId

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

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