public class CapabilitiesType extends BaseResultType
Java class for CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:timezone-service}BaseResultType">
<sequence>
<element name="info" type="{urn:ietf:params:xml:ns:timezone-service}CapabilitiesInfoType"/>
<element name="operation" type="{urn:ietf:params:xml:ns:timezone-service}CapabilitiesOperationType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CapabilitiesInfoType |
info |
protected List<CapabilitiesOperationType> |
operation |
| Constructor and Description |
|---|
CapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
CapabilitiesInfoType |
getInfo()
Gets the value of the info property.
|
List<CapabilitiesOperationType> |
getOperation()
Gets the value of the operation property.
|
void |
setInfo(CapabilitiesInfoType value)
Sets the value of the info property.
|
protected CapabilitiesInfoType info
protected List<CapabilitiesOperationType> operation
public CapabilitiesInfoType getInfo()
CapabilitiesInfoTypepublic void setInfo(CapabilitiesInfoType value)
value - allowed object is
CapabilitiesInfoTypepublic List<CapabilitiesOperationType> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
CapabilitiesOperationType
Copyright © 2017 Bedework. All rights reserved.