Package org.otrs.ticketconnector
Class OTRSDynamicField
- java.lang.Object
-
- org.otrs.ticketconnector.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 Summary
Constructors Constructor Description OTRSDynamicField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the value of the name property.String[]
getValue()
String
getValue(int idx)
int
getValueLength()
void
setName(String value)
Sets the value of the name property.String
setValue(int idx, String value)
void
setValue(String[] values)
-