public class DcpStatementType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected DcpPurposeType |
purpose |
protected DcpRecipientType |
recipient |
protected DcpRetentionType |
retention |
| Constructor and Description |
|---|
DcpStatementType() |
| Modifier and Type | Method and Description |
|---|---|
DcpPurposeType |
getPurpose()
Gets the value of the purpose property.
|
DcpRecipientType |
getRecipient()
Gets the value of the recipient property.
|
DcpRetentionType |
getRetention()
Gets the value of the retention property.
|
void |
setPurpose(DcpPurposeType value)
Sets the value of the purpose property.
|
void |
setRecipient(DcpRecipientType value)
Sets the value of the recipient property.
|
void |
setRetention(DcpRetentionType value)
Sets the value of the retention property.
|
protected DcpPurposeType purpose
protected DcpRecipientType recipient
protected DcpRetentionType retention
public DcpPurposeType getPurpose()
DcpPurposeTypepublic void setPurpose(DcpPurposeType value)
value - allowed object is
DcpPurposeTypepublic DcpRecipientType getRecipient()
DcpRecipientTypepublic void setRecipient(DcpRecipientType value)
value - allowed object is
DcpRecipientTypepublic DcpRetentionType getRetention()
DcpRetentionTypepublic void setRetention(DcpRetentionType value)
value - allowed object is
DcpRetentionTypeCopyright © 2021. All rights reserved.