public static class Characteristic.Value
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="45"/>
</restriction>
</simpleType>
</element>
<element name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="45"/>
</restriction>
</simpleType>
</element>
<element name="value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="45"/>
</restriction>
</simpleType>
</element>
<element name="valueFrom" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="19"/>
</restriction>
</simpleType>
</element>
<element name="valueTo" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="19"/>
</restriction>
</simpleType>
</element>
<element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
java.lang.String |
getValueFrom()
Gets the value of the valueFrom property.
|
java.lang.String |
getValueTo()
Gets the value of the valueTo property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setValueFrom(java.lang.String value)
Sets the value of the valueFrom property.
|
void |
setValueTo(java.lang.String value)
Sets the value of the valueTo property.
|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueFrom()
Stringpublic void setValueFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueTo()
Stringpublic void setValueTo(java.lang.String value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionType