Class CapabilitiesType

java.lang.Object
ietf.params.xml.ns.timezone_service.BaseResultType
ietf.params.xml.ns.timezone_service.CapabilitiesType

public class CapabilitiesType extends BaseResultType
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 Details

  • Constructor Details

    • CapabilitiesType

      public CapabilitiesType()
  • Method Details

    • getInfo

      public CapabilitiesInfoType getInfo()
      Gets the value of the info property.
      Returns:
      possible object is CapabilitiesInfoType
    • setInfo

      public void setInfo(CapabilitiesInfoType value)
      Sets the value of the info property.
      Parameters:
      value - allowed object is CapabilitiesInfoType
    • getOperation

      public List<CapabilitiesOperationType> 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 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