org.fosstrak.ale.xsd.ale.epcglobal
Class AssocTableSpec

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

public class AssocTableSpec
extends Document

Java class for AssocTableSpec complex type.

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

 <complexType name="AssocTableSpec">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="datatype" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}AssocTableSpecExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String datatype
           
protected  AssocTableSpecExtension extension
           
protected  java.lang.String format
           
 
Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document
creationDate, schemaVersion
 
Constructor Summary
AssocTableSpec()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.String getDatatype()
          Gets the value of the datatype property.
 AssocTableSpecExtension getExtension()
          Gets the value of the extension property.
 java.lang.String getFormat()
          Gets the value of the format property.
 void setDatatype(java.lang.String value)
          Sets the value of the datatype property.
 void setExtension(AssocTableSpecExtension value)
          Sets the value of the extension property.
 void setFormat(java.lang.String value)
          Sets the value of the format property.
 
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

datatype

protected java.lang.String datatype

format

protected java.lang.String format

extension

protected AssocTableSpecExtension extension

any

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

AssocTableSpec

public AssocTableSpec()
Method Detail

getDatatype

public java.lang.String getDatatype()
Gets the value of the datatype property.

Returns:
possible object is String

setDatatype

public void setDatatype(java.lang.String value)
Sets the value of the datatype property.

Parameters:
value - allowed object is String

getFormat

public java.lang.String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(java.lang.String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getExtension

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

Returns:
possible object is AssocTableSpecExtension

setExtension

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

Parameters:
value - allowed object is AssocTableSpecExtension

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.