Class OTRSDynamicField

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSDynamicField
    extends java.lang.Object
    implements java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.lang.String[] value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String[] getValue()  
      java.lang.String getValue​(int idx)  
      int getValueLength()  
      void setName​(java.lang.String value)
      Sets the value of the name property.
      java.lang.String setValue​(int idx, java.lang.String value)  
      void setValue​(java.lang.String[] values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String[] value
    • Constructor Detail

      • OTRSDynamicField

        public OTRSDynamicField()
    • Method Detail

      • getName

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

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getValue

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

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

        public int getValueLength()
      • setValue

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

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