|
||||||||||
| 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.LRSpec
public class LRSpec
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 |
|---|
protected java.lang.Boolean isComposite
protected LRSpec.Readers readers
protected LRSpec.Properties properties
protected LRSpecExtension extension
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public LRSpec()
| Method Detail |
|---|
public java.lang.Boolean isIsComposite()
Booleanpublic void setIsComposite(java.lang.Boolean value)
value - allowed object is
Booleanpublic LRSpec.Readers getReaders()
LRSpec.Readerspublic void setReaders(LRSpec.Readers value)
value - allowed object is
LRSpec.Readerspublic LRSpec.Properties getProperties()
LRSpec.Propertiespublic void setProperties(LRSpec.Properties value)
value - allowed object is
LRSpec.Propertiespublic LRSpecExtension getExtension()
LRSpecExtensionpublic void setExtension(LRSpecExtension value)
value - allowed object is
LRSpecExtensionpublic 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 | |||||||||