|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.ale.epcglobal.CCBoundarySpec
public class CCBoundarySpec
Java class for CCBoundarySpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CCBoundarySpec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startTriggerList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startTrigger" type="{urn:epcglobal:ale:xsd:1}ECTrigger" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="repeatPeriod" type="{urn:epcglobal:ale:xsd:1}ECTime" minOccurs="0"/>
<element name="stopTriggerList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stopTrigger" type="{urn:epcglobal:ale:xsd:1}ECTrigger" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="duration" type="{urn:epcglobal:ale:xsd:1}ECTime" minOccurs="0"/>
<element name="noNewTagsInterval" type="{urn:epcglobal:ale:xsd:1}ECTime" minOccurs="0"/>
<element name="tagsProcessedCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="afterError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="extension" type="{urn:epcglobal:ale:xsd:1}CCBoundarySpecExtension" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CCBoundarySpec.StartTriggerList
Java class for anonymous complex type. |
static class |
CCBoundarySpec.StopTriggerList
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
afterError
|
protected java.util.List<java.lang.Object> |
any
|
protected ECTime |
duration
|
protected CCBoundarySpecExtension |
extension
|
protected ECTime |
noNewTagsInterval
|
protected ECTime |
repeatPeriod
|
protected CCBoundarySpec.StartTriggerList |
startTriggerList
|
protected CCBoundarySpec.StopTriggerList |
stopTriggerList
|
protected java.lang.Integer |
tagsProcessedCount
|
| Constructor Summary | |
|---|---|
CCBoundarySpec()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
ECTime |
getDuration()
Gets the value of the duration property. |
CCBoundarySpecExtension |
getExtension()
Gets the value of the extension property. |
ECTime |
getNoNewTagsInterval()
Gets the value of the noNewTagsInterval property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
ECTime |
getRepeatPeriod()
Gets the value of the repeatPeriod property. |
CCBoundarySpec.StartTriggerList |
getStartTriggerList()
Gets the value of the startTriggerList property. |
CCBoundarySpec.StopTriggerList |
getStopTriggerList()
Gets the value of the stopTriggerList property. |
java.lang.Integer |
getTagsProcessedCount()
Gets the value of the tagsProcessedCount property. |
java.lang.Boolean |
isAfterError()
Gets the value of the afterError property. |
void |
setAfterError(java.lang.Boolean value)
Sets the value of the afterError property. |
void |
setDuration(ECTime value)
Sets the value of the duration property. |
void |
setExtension(CCBoundarySpecExtension value)
Sets the value of the extension property. |
void |
setNoNewTagsInterval(ECTime value)
Sets the value of the noNewTagsInterval property. |
void |
setRepeatPeriod(ECTime value)
Sets the value of the repeatPeriod property. |
void |
setStartTriggerList(CCBoundarySpec.StartTriggerList value)
Sets the value of the startTriggerList property. |
void |
setStopTriggerList(CCBoundarySpec.StopTriggerList value)
Sets the value of the stopTriggerList property. |
void |
setTagsProcessedCount(java.lang.Integer value)
Sets the value of the tagsProcessedCount property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CCBoundarySpec.StartTriggerList startTriggerList
protected ECTime repeatPeriod
protected CCBoundarySpec.StopTriggerList stopTriggerList
protected ECTime duration
protected ECTime noNewTagsInterval
protected java.lang.Integer tagsProcessedCount
protected java.lang.Boolean afterError
protected CCBoundarySpecExtension extension
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public CCBoundarySpec()
| Method Detail |
|---|
public CCBoundarySpec.StartTriggerList getStartTriggerList()
CCBoundarySpec.StartTriggerListpublic void setStartTriggerList(CCBoundarySpec.StartTriggerList value)
value - allowed object is
CCBoundarySpec.StartTriggerListpublic ECTime getRepeatPeriod()
ECTimepublic void setRepeatPeriod(ECTime value)
value - allowed object is
ECTimepublic CCBoundarySpec.StopTriggerList getStopTriggerList()
CCBoundarySpec.StopTriggerListpublic void setStopTriggerList(CCBoundarySpec.StopTriggerList value)
value - allowed object is
CCBoundarySpec.StopTriggerListpublic ECTime getDuration()
ECTimepublic void setDuration(ECTime value)
value - allowed object is
ECTimepublic ECTime getNoNewTagsInterval()
ECTimepublic void setNoNewTagsInterval(ECTime value)
value - allowed object is
ECTimepublic java.lang.Integer getTagsProcessedCount()
Integerpublic void setTagsProcessedCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isAfterError()
Booleanpublic void setAfterError(java.lang.Boolean value)
value - allowed object is
Booleanpublic CCBoundarySpecExtension getExtension()
CCBoundarySpecExtensionpublic void setExtension(CCBoundarySpecExtension value)
value - allowed object is
CCBoundarySpecExtensionpublic 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
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||