|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.epcglobal.Document
org.fosstrak.ale.xsd.ale.epcglobal.TMSpec
org.fosstrak.ale.xsd.ale.epcglobal.TMVariableFieldListSpec
public class TMVariableFieldListSpec
Java class for TMVariableFieldListSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TMVariableFieldListSpec">
<complexContent>
<extension base="{urn:epcglobal:ale:xsd:1}TMSpec">
<sequence>
<element name="variableFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="variableField" type="{urn:epcglobal:ale:xsd:1}TMVariableFieldSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="extension" type="{urn:epcglobal:ale:xsd:1}TMVariableFieldListSpecExtension" minOccurs="0"/>
<any/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
TMVariableFieldListSpec.VariableFields
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected TMVariableFieldListSpecExtension |
extension
|
protected TMVariableFieldListSpec.VariableFields |
variableFields
|
| Fields inherited from class org.fosstrak.ale.xsd.ale.epcglobal.TMSpec |
|---|
baseExtension |
| Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document |
|---|
creationDate, schemaVersion |
| Constructor Summary | |
|---|---|
TMVariableFieldListSpec()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
TMVariableFieldListSpecExtension |
getExtension()
Gets the value of the extension property. |
TMVariableFieldListSpec.VariableFields |
getVariableFields()
Gets the value of the variableFields property. |
void |
setExtension(TMVariableFieldListSpecExtension value)
Sets the value of the extension property. |
void |
setVariableFields(TMVariableFieldListSpec.VariableFields value)
Sets the value of the variableFields property. |
| Methods inherited from class org.fosstrak.ale.xsd.ale.epcglobal.TMSpec |
|---|
getBaseExtension, setBaseExtension |
| Methods inherited from class org.fosstrak.ale.xsd.epcglobal.Document |
|---|
getCreationDate, getSchemaVersion, setCreationDate, setSchemaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TMVariableFieldListSpec.VariableFields variableFields
protected TMVariableFieldListSpecExtension extension
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public TMVariableFieldListSpec()
| Method Detail |
|---|
public TMVariableFieldListSpec.VariableFields getVariableFields()
TMVariableFieldListSpec.VariableFieldspublic void setVariableFields(TMVariableFieldListSpec.VariableFields value)
value - allowed object is
TMVariableFieldListSpec.VariableFieldspublic TMVariableFieldListSpecExtension getExtension()
TMVariableFieldListSpecExtensionpublic void setExtension(TMVariableFieldListSpecExtension value)
value - allowed object is
TMVariableFieldListSpecExtensionpublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||