Class CapabilitiesOperationType

java.lang.Object
ietf.params.xml.ns.timezone_service.CapabilitiesOperationType

public class CapabilitiesOperationType extends Object
The element used as the container for information defining an operation and its parameters.

Java class for CapabilitiesOperationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CapabilitiesOperationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="accept-parameter" type="{urn:ietf:params:xml:ns:timezone-service}CapabilitiesAcceptParameterType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CapabilitiesOperationType

      public CapabilitiesOperationType()
  • Method Details

    • getAction

      public String getAction()
      Gets the value of the action property.
      Returns:
      possible object is String
    • setAction

      public void setAction(String value)
      Sets the value of the action property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getAcceptParameter

      public List<CapabilitiesAcceptParameterType> getAcceptParameter()
      Gets the value of the acceptParameter 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 JAXB object. This is why there is not a set method for the acceptParameter property.

      For example, to add a new item, do as follows:

          getAcceptParameter().add(newItem);
       

      Objects of the following type(s) are allowed in the list CapabilitiesAcceptParameterType