org.fosstrak.ale.xsd.ale.epcglobal
Class TMFixedFieldListSpec

java.lang.Object
  extended by org.fosstrak.ale.xsd.epcglobal.Document
      extended by org.fosstrak.ale.xsd.ale.epcglobal.TMSpec
          extended by org.fosstrak.ale.xsd.ale.epcglobal.TMFixedFieldListSpec

public class TMFixedFieldListSpec
extends TMSpec

Java class for TMFixedFieldListSpec complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TMFixedFieldListSpec">
   <complexContent>
     <extension base="{urn:epcglobal:ale:xsd:1}TMSpec">
       <sequence>
         <element name="fixedFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="fixedField" type="{urn:epcglobal:ale:xsd:1}TMFixedFieldSpec" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}TMFixedFieldListSpecExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class TMFixedFieldListSpec.FixedFields
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  TMFixedFieldListSpecExtension extension
           
protected  TMFixedFieldListSpec.FixedFields fixedFields
           
 
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
TMFixedFieldListSpec()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 TMFixedFieldListSpecExtension getExtension()
          Gets the value of the extension property.
 TMFixedFieldListSpec.FixedFields getFixedFields()
          Gets the value of the fixedFields property.
 void setExtension(TMFixedFieldListSpecExtension value)
          Sets the value of the extension property.
 void setFixedFields(TMFixedFieldListSpec.FixedFields value)
          Sets the value of the fixedFields 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

fixedFields

protected TMFixedFieldListSpec.FixedFields fixedFields

extension

protected TMFixedFieldListSpecExtension extension

any

protected java.util.List<java.lang.Object> any
Constructor Detail

TMFixedFieldListSpec

public TMFixedFieldListSpec()
Method Detail

getFixedFields

public TMFixedFieldListSpec.FixedFields getFixedFields()
Gets the value of the fixedFields property.

Returns:
possible object is TMFixedFieldListSpec.FixedFields

setFixedFields

public void setFixedFields(TMFixedFieldListSpec.FixedFields value)
Sets the value of the fixedFields property.

Parameters:
value - allowed object is TMFixedFieldListSpec.FixedFields

getExtension

public TMFixedFieldListSpecExtension getExtension()
Gets the value of the extension property.

Returns:
possible object is TMFixedFieldListSpecExtension

setExtension

public void setExtension(TMFixedFieldListSpecExtension value)
Sets the value of the extension property.

Parameters:
value - allowed object is TMFixedFieldListSpecExtension

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.

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



Copyright © 2009. All Rights Reserved.