public class DcpRetentionType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
business |
protected java.lang.Object |
indefinite |
protected java.lang.Object |
legal |
protected java.lang.Object |
none |
protected java.lang.Object |
stated |
| Constructor and Description |
|---|
DcpRetentionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBusiness()
Gets the value of the business property.
|
java.lang.Object |
getIndefinite()
Gets the value of the indefinite property.
|
java.lang.Object |
getLegal()
Gets the value of the legal property.
|
java.lang.Object |
getNone()
Gets the value of the none property.
|
java.lang.Object |
getStated()
Gets the value of the stated property.
|
void |
setBusiness(java.lang.Object value)
Sets the value of the business property.
|
void |
setIndefinite(java.lang.Object value)
Sets the value of the indefinite property.
|
void |
setLegal(java.lang.Object value)
Sets the value of the legal property.
|
void |
setNone(java.lang.Object value)
Sets the value of the none property.
|
void |
setStated(java.lang.Object value)
Sets the value of the stated property.
|
protected java.lang.Object business
protected java.lang.Object indefinite
protected java.lang.Object legal
protected java.lang.Object none
protected java.lang.Object stated
public java.lang.Object getBusiness()
Objectpublic void setBusiness(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getIndefinite()
Objectpublic void setIndefinite(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getLegal()
Objectpublic void setLegal(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getNone()
Objectpublic void setNone(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getStated()
Objectpublic void setStated(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2022. All rights reserved.