public class TDefinitions extends Object
tDefinitions defines the type of element "definitions".
<p>Java class for tDefinitions complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tDefinitions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}import" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}caseFileItemDefinition" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}case" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}process" 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="exporter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exporterVersion" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TDefinitions() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the value of the author property.
|
List<TCase> |
getCase()
Gets the value of the case property.
|
List<TCaseFileItemDefinition> |
getCaseFileItemDefinition()
Gets the value of the caseFileItemDefinition property.
|
XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property.
|
String |
getExporter()
Gets the value of the exporter property.
|
String |
getExporterVersion()
Gets the value of the exporterVersion property.
|
String |
getExpressionLanguage()
Gets the value of the expressionLanguage property.
|
String |
getId()
Gets the value of the id property.
|
List<TImport> |
getImport()
Gets the value of the import property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
|
List<TProcess> |
getProcess()
Gets the value of the process property.
|
String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
|
void |
setExporter(String value)
Sets the value of the exporter property.
|
void |
setExporterVersion(String value)
Sets the value of the exporterVersion property.
|
void |
setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
public List<TImport> getImport()
Gets the value of the import property.
<p>
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.
<p> For example, to add a new item, do as follows: <pre> getImport().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TImport
public List<TCaseFileItemDefinition> getCaseFileItemDefinition()
Gets the value of the caseFileItemDefinition property.
<p>
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 caseFileItemDefinition property.
<p> For example, to add a new item, do as follows: <pre> getCaseFileItemDefinition().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCaseFileItemDefinition
public List<TCase> getCase()
Gets the value of the case property.
<p>
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 case property.
<p> For example, to add a new item, do as follows: <pre> getCase().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCase
public List<TProcess> getProcess()
Gets the value of the process property.
<p>
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 process property.
<p> For example, to add a new item, do as follows: <pre> getProcess().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TProcess
public void setId(String value)
Sets the value of the id property.
value
- allowed object is
String
public String getName()
Gets the value of the name property.
String
public void setName(String value)
Sets the value of the name property.
value
- allowed object is
String
public String getTargetNamespace()
Gets the value of the targetNamespace property.
String
public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.
value
- allowed object is
String
public String getExpressionLanguage()
Gets the value of the expressionLanguage property.
String
public void setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.
value
- allowed object is
String
public String getExporter()
Gets the value of the exporter property.
String
public void setExporter(String value)
Sets the value of the exporter property.
value
- allowed object is
String
public String getExporterVersion()
Gets the value of the exporterVersion property.
String
public void setExporterVersion(String value)
Sets the value of the exporterVersion property.
value
- allowed object is
String
public String getAuthor()
Gets the value of the author property.
String
public void setAuthor(String value)
Sets the value of the author property.
value
- allowed object is
String
public XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
XMLGregorianCalendar
public void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
value
- allowed object is
XMLGregorianCalendar
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
<p> 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.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.