Class OTRSDynamicField

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSDynamicField
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for OTRS_DynamicField complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OTRS_DynamicField"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    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