Class TImport
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TImport
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the importType property.Gets the value of the location property.Gets the value of the namespace property.void
setImportType
(String value) Sets the value of the importType property.void
setLocation
(String value) Sets the value of the location property.void
setNamespace
(String value) Sets the value of the namespace property.
-
Field Details
-
namespace
-
location
-
importType
-
-
Constructor Details
-
TImport
public TImport()
-
-
Method Details
-
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value
- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isString
-
getImportType
Gets the value of the importType property.- Returns:
- possible object is
String
-
setImportType
Sets the value of the importType property.- Parameters:
value
- allowed object isString
-