Package google.registry.xjc.epp
Class XjcEppDcpType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpType
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 Summary
Modifier and TypeFieldDescriptionprotected XjcEppDcpAccessType
protected XjcEppDcpExpiryType
protected List
<XjcEppDcpStatementType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the expiry property.Gets the value of the statements property.void
setAccess
(XjcEppDcpAccessType value) Sets the value of the access property.void
setExpiry
(XjcEppDcpExpiryType value) Sets the value of the expiry property.
-
Field Details
-
access
-
statements
-
expiry
-
-
Constructor Details
-
XjcEppDcpType
public XjcEppDcpType()
-
-
Method Details
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
XjcEppDcpAccessType
-
setAccess
Sets the value of the access property.- Parameters:
value
- allowed object isXjcEppDcpAccessType
-
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
For example, to add a new item, do as follows:set
method for the statements property.getStatements().add(newItem);
Objects of the following type(s) are allowed in the listXjcEppDcpStatementType
- Returns:
- The value of the statements property.
-
getExpiry
Gets the value of the expiry property.- Returns:
- possible object is
XjcEppDcpExpiryType
-
setExpiry
Sets the value of the expiry property.- Parameters:
value
- allowed object isXjcEppDcpExpiryType
-