Class CapabilitiesOperationType
java.lang.Object
ietf.params.xml.ns.timezone_service.CapabilitiesOperationType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<CapabilitiesAcceptParameterType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptParameter property.Gets the value of the action property.Gets the value of the description property.voidSets the value of the action property.voidsetDescription(String value) Sets the value of the description property.
-
Field Details
-
action
-
description
-
acceptParameter
-
-
Constructor Details
-
CapabilitiesOperationType
public CapabilitiesOperationType()
-
-
Method Details
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
Sets the value of the action property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-