public class DcpExpiryType
extends java.lang.Object
Java class for dcpExpiryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpExpiryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="absolute" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="relative" type="{http://www.w3.org/2001/XMLSchema}duration"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
absolute |
protected javax.xml.datatype.Duration |
relative |
| Constructor and Description |
|---|
DcpExpiryType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getAbsolute()
Gets the value of the absolute property.
|
javax.xml.datatype.Duration |
getRelative()
Gets the value of the relative property.
|
void |
setAbsolute(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the absolute property.
|
void |
setRelative(javax.xml.datatype.Duration value)
Sets the value of the relative property.
|
protected javax.xml.datatype.XMLGregorianCalendar absolute
protected javax.xml.datatype.Duration relative
public javax.xml.datatype.XMLGregorianCalendar getAbsolute()
XMLGregorianCalendarpublic void setAbsolute(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.Duration getRelative()
Durationpublic void setRelative(javax.xml.datatype.Duration value)
value - allowed object is
DurationCopyright © 2022. All rights reserved.