public class Renew
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TerminationTime" type="{http://docs.oasis-open.org/wsn/b-2}AbsoluteOrRelativeTimeType"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
terminationTime |
| Constructor and Description |
|---|
Renew() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
java.lang.String |
getTerminationTime()
Gets the value of the terminationTime property.
|
void |
setTerminationTime(java.lang.String value)
Sets the value of the terminationTime property.
|
protected java.lang.String terminationTime
protected java.util.List<java.lang.Object> any
public java.lang.String getTerminationTime()
Stringpublic void setTerminationTime(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2005-2015 FuseSource. All Rights Reserved.