public class Characteristic
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="description"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="value" maxOccurs="unbounded" minOccurs="0"> <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> </element> <element name="extension" type="{http://www.tibco.com/aff/commontypes}extensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Characteristic.Value
Java class for anonymous complex type.
|
Constructor and Description |
---|
Characteristic() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<Characteristic.Value> |
getValues()
Gets the value of the values property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description 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.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<Characteristic.Value> getValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Characteristic.Value
public ExtensionType getExtension()
ExtensionType
public void setExtension(ExtensionType value)
value
- allowed object is
ExtensionType