Class OTRSDynamicField

  • All Implemented Interfaces:
    Serializable

    public class OTRSDynamicField
    extends Object
    implements Serializable

    Java class for OTRS_DynamicField complex type.

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

     <complexType name="OTRS_DynamicField">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • OTRSDynamicField

        public OTRSDynamicField()
    • Method Detail

      • 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
      • getValue

        public String[] getValue()
        Returns:
        array of String
      • getValue

        public String getValue​(int idx)
        Returns:
        one of String
      • getValueLength

        public int getValueLength()
      • setValue

        public void setValue​(String[] values)
        Parameters:
        values - allowed objects are String
      • setValue

        public String setValue​(int idx,
                               String value)
        Parameters:
        value - allowed object is String