public class ReturnLocationType extends Object
Java-Klasse für returnLocationType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="returnLocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="locationURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
</sequence>
<attribute name="expires" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expires |
protected List<String> |
locationURI |
| Constructor and Description |
|---|
ReturnLocationType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getExpires()
Ruft den Wert der expires-Eigenschaft ab.
|
List<String> |
getLocationURI()
Gets the value of the locationURI property.
|
void |
setExpires(XMLGregorianCalendar value)
Legt den Wert der expires-Eigenschaft fest.
|
protected XMLGregorianCalendar expires
public List<String> getLocationURI()
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 locationURI property.
For example, to add a new item, do as follows:
getLocationURI().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.