Class CapabilitiesAcceptParameterType

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

public class CapabilitiesAcceptParameterType extends Object
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 Details

    • name

      protected String name
    • required

      protected boolean required
    • multi

      protected boolean multi
    • value

      protected String value
    • description

      protected String description
  • Constructor Details

    • CapabilitiesAcceptParameterType

      public CapabilitiesAcceptParameterType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value 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