Package org.omg.spec.bpmn.model
Class TImport
- java.lang.Object
-
- org.omg.spec.bpmn.model.TImport
-
public class TImport extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description TImport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImportType()Gets the value of the importType property.StringgetLocation()Gets the value of the location property.StringgetNamespace()Gets the value of the namespace property.voidsetImportType(String value)Sets the value of the importType property.voidsetLocation(String value)Sets the value of the location property.voidsetNamespace(String value)Sets the value of the namespace property.
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getImportType
public String getImportType()
Gets the value of the importType property.- Returns:
- possible object is
String
-
-