|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTDefinitions
public class EJaxbTDefinitions
Java class for tDefinitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDefinitions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}import" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}rootElement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNDiagram" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}relationship" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/1999/XPath" />
<attribute name="typeLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/2001/XMLSchema" />
<attribute name="exporter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exporterVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EJaxbTImport> |
_import
|
protected java.util.List<EJaxbBPMNDiagram> |
bpmnDiagram
|
protected java.lang.String |
exporter
|
protected java.lang.String |
exporterVersion
|
protected java.lang.String |
expressionLanguage
|
protected java.util.List<EJaxbTExtension> |
extension
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected java.util.List<EJaxbTRelationship> |
relationship
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTRootElement>> |
rootElement
|
protected java.lang.String |
targetNamespace
|
protected java.lang.String |
typeLanguage
|
| Constructor Summary | |
|---|---|
EJaxbTDefinitions()
|
|
| Method Summary | |
|---|---|
java.util.List<EJaxbBPMNDiagram> |
getBPMNDiagram()
Gets the value of the bpmnDiagram property. |
java.lang.String |
getExporter()
Gets the value of the exporter property. |
java.lang.String |
getExporterVersion()
Gets the value of the exporterVersion property. |
java.lang.String |
getExpressionLanguage()
Gets the value of the expressionLanguage property. |
java.util.List<EJaxbTExtension> |
getExtension()
Gets the value of the extension property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<EJaxbTImport> |
getImport()
Gets the value of the import property. |
java.lang.String |
getName()
Gets the value of the name 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. |
java.util.List<EJaxbTRelationship> |
getRelationship()
Gets the value of the relationship property. |
java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTRootElement>> |
getRootElement()
Gets the value of the rootElement property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
java.lang.String |
getTypeLanguage()
Gets the value of the typeLanguage property. |
boolean |
isSetBPMNDiagram()
|
boolean |
isSetExporter()
|
boolean |
isSetExporterVersion()
|
boolean |
isSetExpressionLanguage()
|
boolean |
isSetExtension()
|
boolean |
isSetId()
|
boolean |
isSetImport()
|
boolean |
isSetName()
|
boolean |
isSetRelationship()
|
boolean |
isSetRootElement()
|
boolean |
isSetTargetNamespace()
|
boolean |
isSetTypeLanguage()
|
void |
setExporter(java.lang.String value)
Sets the value of the exporter property. |
void |
setExporterVersion(java.lang.String value)
Sets the value of the exporterVersion property. |
void |
setExpressionLanguage(java.lang.String value)
Sets the value of the expressionLanguage property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
setTypeLanguage(java.lang.String value)
Sets the value of the typeLanguage property. |
void |
unsetBPMNDiagram()
|
void |
unsetExtension()
|
void |
unsetImport()
|
void |
unsetRelationship()
|
void |
unsetRootElement()
|
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<EJaxbTImport> _import
protected java.util.List<EJaxbTExtension> extension
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTRootElement>> rootElement
protected java.util.List<EJaxbBPMNDiagram> bpmnDiagram
protected java.util.List<EJaxbTRelationship> relationship
protected java.lang.String id
protected java.lang.String name
protected java.lang.String targetNamespace
protected java.lang.String expressionLanguage
protected java.lang.String typeLanguage
protected java.lang.String exporter
protected java.lang.String exporterVersion
| Constructor Detail |
|---|
public EJaxbTDefinitions()
| Method Detail |
|---|
public java.util.List<EJaxbTImport> getImport()
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 import property.
For example, to add a new item, do as follows:
getImport().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTImport
public boolean isSetImport()
public void unsetImport()
public java.util.List<EJaxbTExtension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTExtension
public boolean isSetExtension()
public void unsetExtension()
public java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTRootElement>> getRootElement()
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 rootElement property.
For example, to add a new item, do as follows:
getRootElement().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EJaxbTConditionalEventDefinition>
JAXBElement<EJaxbTCollaboration>
JAXBElement<EJaxbTSignalEventDefinition>
JAXBElement<EJaxbTCompensateEventDefinition>
JAXBElement<EJaxbTRootElement>
JAXBElement<EJaxbTSignal>
JAXBElement<EJaxbTEscalationEventDefinition>
JAXBElement<EJaxbTChoreography>
JAXBElement<EJaxbTGlobalScriptTask>
JAXBElement<EJaxbTResource>
JAXBElement<EJaxbTGlobalTask>
JAXBElement<EJaxbTTimerEventDefinition>
JAXBElement<EJaxbTLinkEventDefinition>
JAXBElement<EJaxbTTerminateEventDefinition>
JAXBElement<EJaxbTInterface>
JAXBElement<EJaxbTDataStore>
JAXBElement<EJaxbTEndPoint>
JAXBElement<EJaxbTCategory>
JAXBElement<EJaxbTGlobalUserTask>
JAXBElement<EJaxbTItemDefinition>
JAXBElement<EJaxbTEscalation>
JAXBElement<EJaxbTGlobalManualTask>
JAXBElement<EJaxbTGlobalConversation>
JAXBElement<EJaxbTCancelEventDefinition>
JAXBElement<EJaxbTPartnerRole>
JAXBElement<EJaxbTProcess>
JAXBElement<EJaxbTCorrelationProperty>
JAXBElement<EJaxbTErrorEventDefinition>
JAXBElement<EJaxbTEventDefinition>
JAXBElement<EJaxbTPartnerEntity>
JAXBElement<EJaxbTMessageEventDefinition>
JAXBElement<EJaxbTError>
JAXBElement<EJaxbTGlobalBusinessRuleTask>
JAXBElement<EJaxbTMessage>
JAXBElement<EJaxbTGlobalChoreographyTask>
public boolean isSetRootElement()
public void unsetRootElement()
public java.util.List<EJaxbBPMNDiagram> getBPMNDiagram()
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 bpmnDiagram property.
For example, to add a new item, do as follows:
getBPMNDiagram().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbBPMNDiagram
public boolean isSetBPMNDiagram()
public void unsetBPMNDiagram()
public java.util.List<EJaxbTRelationship> getRelationship()
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 relationship property.
For example, to add a new item, do as follows:
getRelationship().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTRelationship
public boolean isSetRelationship()
public void unsetRelationship()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()
public java.lang.String getExpressionLanguage()
Stringpublic void setExpressionLanguage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetExpressionLanguage()
public java.lang.String getTypeLanguage()
Stringpublic void setTypeLanguage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTypeLanguage()
public java.lang.String getExporter()
Stringpublic void setExporter(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetExporter()
public java.lang.String getExporterVersion()
Stringpublic void setExporterVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetExporterVersion()
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 | |||||||||