Package google.registry.xjc.epp
Class XjcEppDcpRetentionType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpRetentionType
Java class for dcpRetentionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpRetentionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="business" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="indefinite" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="legal" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="none" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="stated" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the business property.Gets the value of the indefinite property.getLegal()
Gets the value of the legal property.getNone()
Gets the value of the none property.Gets the value of the stated property.void
setBusiness
(Object value) Sets the value of the business property.void
setIndefinite
(Object value) Sets the value of the indefinite property.void
Sets the value of the legal property.void
Sets the value of the none property.void
Sets the value of the stated property.
-
Field Details
-
stated
-
none
-
legal
-
indefinite
-
business
-
-
Constructor Details
-
XjcEppDcpRetentionType
public XjcEppDcpRetentionType()
-
-
Method Details
-
getStated
Gets the value of the stated property.- Returns:
- possible object is
Object
-
setStated
Sets the value of the stated property.- Parameters:
value
- allowed object isObject
-
getNone
Gets the value of the none property.- Returns:
- possible object is
Object
-
setNone
Sets the value of the none property.- Parameters:
value
- allowed object isObject
-
getLegal
Gets the value of the legal property.- Returns:
- possible object is
Object
-
setLegal
Sets the value of the legal property.- Parameters:
value
- allowed object isObject
-
getIndefinite
Gets the value of the indefinite property.- Returns:
- possible object is
Object
-
setIndefinite
Sets the value of the indefinite property.- Parameters:
value
- allowed object isObject
-
getBusiness
Gets the value of the business property.- Returns:
- possible object is
Object
-
setBusiness
Sets the value of the business property.- Parameters:
value
- allowed object isObject
-