public class CapabilitiesOperationType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<CapabilitiesAcceptParameterType> |
acceptParameter |
protected String |
action |
protected String |
description |
| Constructor and Description |
|---|
CapabilitiesOperationType() |
| Modifier and Type | Method and Description |
|---|---|
List<CapabilitiesAcceptParameterType> |
getAcceptParameter()
Gets the value of the acceptParameter property.
|
String |
getAction()
Gets the value of the action property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String action
protected String description
protected List<CapabilitiesAcceptParameterType> acceptParameter
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<CapabilitiesAcceptParameterType> getAcceptParameter()
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
Copyright © 2015 Bedework. All rights reserved.