Package google.registry.xjc.epp
Class XjcEppDcpStatementType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpStatementType
Java class for dcpStatementType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpStatementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="purpose" type="{urn:ietf:params:xml:ns:epp-1.0}dcpPurposeType"/>
<element name="recipient" type="{urn:ietf:params:xml:ns:epp-1.0}dcpRecipientType"/>
<element name="retention" type="{urn:ietf:params:xml:ns:epp-1.0}dcpRetentionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcEppDcpPurposeType
protected XjcEppDcpRecipientType
protected XjcEppDcpRetentionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the purpose property.Gets the value of the recipient property.Gets the value of the retention property.void
setPurpose
(XjcEppDcpPurposeType value) Sets the value of the purpose property.void
Sets the value of the recipient property.void
Sets the value of the retention property.
-
Field Details
-
purpose
-
recipient
-
retention
-
-
Constructor Details
-
XjcEppDcpStatementType
public XjcEppDcpStatementType()
-
-
Method Details
-
getPurpose
Gets the value of the purpose property.- Returns:
- possible object is
XjcEppDcpPurposeType
-
setPurpose
Sets the value of the purpose property.- Parameters:
value
- allowed object isXjcEppDcpPurposeType
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
XjcEppDcpRecipientType
-
setRecipient
Sets the value of the recipient property.- Parameters:
value
- allowed object isXjcEppDcpRecipientType
-
getRetention
Gets the value of the retention property.- Returns:
- possible object is
XjcEppDcpRetentionType
-
setRetention
Sets the value of the retention property.- Parameters:
value
- allowed object isXjcEppDcpRetentionType
-