|
||||||||||
| 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.EJaxbTImport
public class EJaxbTImport
Java class for tImport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tImport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
importType
|
protected java.lang.String |
location
|
protected java.lang.String |
namespace
|
| Constructor Summary | |
|---|---|
EJaxbTImport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getImportType()
Gets the value of the importType property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
boolean |
isSetImportType()
|
boolean |
isSetLocation()
|
boolean |
isSetNamespace()
|
void |
setImportType(java.lang.String value)
Sets the value of the importType property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setNamespace(java.lang.String value)
Sets the value of the namespace property. |
| 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.lang.String namespace
protected java.lang.String location
protected java.lang.String importType
| Constructor Detail |
|---|
public EJaxbTImport()
| Method Detail |
|---|
public java.lang.String getNamespace()
Stringpublic void setNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetNamespace()
public java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public java.lang.String getImportType()
Stringpublic void setImportType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetImportType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||