Class XjcEppDcpType

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

public class XjcEppDcpType extends XjcObject

Java class for dcpType complex type

.

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

 <complexType name="dcpType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="access" type="{urn:ietf:params:xml:ns:epp-1.0}dcpAccessType"/>
         <element name="statement" type="{urn:ietf:params:xml:ns:epp-1.0}dcpStatementType" maxOccurs="unbounded"/>
         <element name="expiry" type="{urn:ietf:params:xml:ns:epp-1.0}dcpExpiryType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppDcpType

      public XjcEppDcpType()
  • Method Details

    • getAccess

      public XjcEppDcpAccessType getAccess()
      Gets the value of the access property.
      Returns:
      possible object is XjcEppDcpAccessType
    • setAccess

      public void setAccess(XjcEppDcpAccessType value)
      Sets the value of the access property.
      Parameters:
      value - allowed object is XjcEppDcpAccessType
    • getStatements

      public List<XjcEppDcpStatementType> getStatements()
      Gets the value of the statements property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the statements property.

      For example, to add a new item, do as follows:

       getStatements().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcEppDcpStatementType

      Returns:
      The value of the statements property.
    • getExpiry

      public XjcEppDcpExpiryType getExpiry()
      Gets the value of the expiry property.
      Returns:
      possible object is XjcEppDcpExpiryType
    • setExpiry

      public void setExpiry(XjcEppDcpExpiryType value)
      Sets the value of the expiry property.
      Parameters:
      value - allowed object is XjcEppDcpExpiryType