public class Client extends Object
Java class for Client complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Client">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lastUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="preferredLanguage" type="{http://www.w3.org/2001/XMLSchema}language"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected XMLGregorianCalendar |
lastUpdate |
protected String |
preferredLanguage |
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getLastUpdate()
Gets the value of the lastUpdate property.
|
String |
getPreferredLanguage()
Gets the value of the preferredLanguage property.
|
void |
setLastUpdate(XMLGregorianCalendar value)
Sets the value of the lastUpdate property.
|
void |
setPreferredLanguage(String value)
Sets the value of the preferredLanguage property.
|
protected XMLGregorianCalendar lastUpdate
protected String preferredLanguage
public XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendarpublic void setLastUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPreferredLanguage()
Stringpublic void setPreferredLanguage(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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
Object
ElementCopyright © 2017 WSO2. All rights reserved.