public class DcpType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected DcpAccessType |
access |
protected DcpExpiryType |
expiry |
protected java.util.List<DcpStatementType> |
statement |
| Constructor and Description |
|---|
DcpType() |
| Modifier and Type | Method and Description |
|---|---|
DcpAccessType |
getAccess()
Gets the value of the access property.
|
DcpExpiryType |
getExpiry()
Gets the value of the expiry property.
|
java.util.List<DcpStatementType> |
getStatement()
Gets the value of the statement property.
|
void |
setAccess(DcpAccessType value)
Sets the value of the access property.
|
void |
setExpiry(DcpExpiryType value)
Sets the value of the expiry property.
|
protected DcpAccessType access
protected java.util.List<DcpStatementType> statement
protected DcpExpiryType expiry
public DcpAccessType getAccess()
DcpAccessTypepublic void setAccess(DcpAccessType value)
value - allowed object is
DcpAccessTypepublic java.util.List<DcpStatementType> getStatement()
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 statement property.
For example, to add a new item, do as follows:
getStatement().add(newItem);
Objects of the following type(s) are allowed in the list
DcpStatementType
public DcpExpiryType getExpiry()
DcpExpiryTypepublic void setExpiry(DcpExpiryType value)
value - allowed object is
DcpExpiryTypeCopyright © 2023. All rights reserved.