Class CapabilitiesType
java.lang.Object
ietf.params.xml.ns.timezone_service.BaseResultType
ietf.params.xml.ns.timezone_service.CapabilitiesType
The root (top-level) element used as the container for
capabilities information.
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CapabilitiesInfoTypeprotected List<CapabilitiesOperationType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()Gets the value of the info property.Gets the value of the operation property.voidsetInfo(CapabilitiesInfoType value) Sets the value of the info property.
-
Field Details
-
info
-
operation
-
-
Constructor Details
-
CapabilitiesType
public CapabilitiesType()
-
-
Method Details
-
getInfo
Gets the value of the info property.- Returns:
- possible object is
CapabilitiesInfoType
-
setInfo
Sets the value of the info property.- Parameters:
value- allowed object isCapabilitiesInfoType
-
getOperation
Gets the value of the operation property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-