org.fosstrak.ale.xsd.ale.epcglobal
Class EPCCacheSpec

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

public class EPCCacheSpec
extends Document

Java class for EPCCacheSpec complex type.

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

 <complexType name="EPCCacheSpec">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}EPCCacheSpecExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

extension

protected EPCCacheSpecExtension extension

any

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

EPCCacheSpec

public EPCCacheSpec()
Method Detail

getExtension

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

Returns:
possible object is EPCCacheSpecExtension

setExtension

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

Parameters:
value - allowed object is EPCCacheSpecExtension

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.