Class CapabilitiesAcceptParameterType
java.lang.Object
ietf.params.xml.ns.timezone_service.CapabilitiesAcceptParameterType
This defines the name, type and characteristics of an operation
parameter.
Java class for CapabilitiesAcceptParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesAcceptParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="multi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getName()Gets the value of the name property.getValue()Gets the value of the value property.booleanisMulti()Gets the value of the multi property.booleanGets the value of the required property.voidsetDescription(String value) Sets the value of the description property.voidsetMulti(boolean value) Sets the value of the multi property.voidSets the value of the name property.voidsetRequired(boolean value) Sets the value of the required property.voidSets the value of the value property.
-
Field Details
-
name
-
required
protected boolean required -
multi
protected boolean multi -
value
-
description
-
-
Constructor Details
-
CapabilitiesAcceptParameterType
public CapabilitiesAcceptParameterType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isRequired
public boolean isRequired()Gets the value of the required property. -
setRequired
public void setRequired(boolean value) Sets the value of the required property. -
isMulti
public boolean isMulti()Gets the value of the multi property. -
setMulti
public void setMulti(boolean value) Sets the value of the multi property. -
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value 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
-