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>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String[] |
value |
Constructor and Description |
---|
OTRSDynamicField() |
Modifier and Type | Method and 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) |
Copyright © 2021. All rights reserved.