org.fosstrak.ale.xsd.ale.epcglobal
Class LRSpec

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

public class LRSpec
extends Document

Java class for LRSpec complex type.

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

 <complexType name="LRSpec">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="isComposite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="readers" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="reader" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="properties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="property" type="{urn:epcglobal:ale:xsd:1}LRProperty" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}LRSpecExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class LRSpec.Properties
          Java class for anonymous complex type.
static class LRSpec.Readers
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  LRSpecExtension extension
           
protected  java.lang.Boolean isComposite
           
protected  LRSpec.Properties properties
           
protected  LRSpec.Readers readers
           
 
Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document
creationDate, schemaVersion
 
Constructor Summary
LRSpec()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 LRSpecExtension getExtension()
          Gets the value of the extension property.
 LRSpec.Properties getProperties()
          Gets the value of the properties property.
 LRSpec.Readers getReaders()
          Gets the value of the readers property.
 java.lang.Boolean isIsComposite()
          Gets the value of the isComposite property.
 void setExtension(LRSpecExtension value)
          Sets the value of the extension property.
 void setIsComposite(java.lang.Boolean value)
          Sets the value of the isComposite property.
 void setProperties(LRSpec.Properties value)
          Sets the value of the properties property.
 void setReaders(LRSpec.Readers value)
          Sets the value of the readers 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

isComposite

protected java.lang.Boolean isComposite

readers

protected LRSpec.Readers readers

properties

protected LRSpec.Properties properties

extension

protected LRSpecExtension extension

any

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

LRSpec

public LRSpec()
Method Detail

isIsComposite

public java.lang.Boolean isIsComposite()
Gets the value of the isComposite property.

Returns:
possible object is Boolean

setIsComposite

public void setIsComposite(java.lang.Boolean value)
Sets the value of the isComposite property.

Parameters:
value - allowed object is Boolean

getReaders

public LRSpec.Readers getReaders()
Gets the value of the readers property.

Returns:
possible object is LRSpec.Readers

setReaders

public void setReaders(LRSpec.Readers value)
Sets the value of the readers property.

Parameters:
value - allowed object is LRSpec.Readers

getProperties

public LRSpec.Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is LRSpec.Properties

setProperties

public void setProperties(LRSpec.Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is LRSpec.Properties

getExtension

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

Returns:
possible object is LRSpecExtension

setExtension

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

Parameters:
value - allowed object is LRSpecExtension

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.