public class TSca extends TExtensibleElements implements java.io.Serializable
Java class for tSca complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSca"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="componentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compositeDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compositeInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compositeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compositeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ecid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parentComponentInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parentComponentInstRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="headerProperties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="invokedComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compositeCreatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TSca() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName()
Gets the value of the applicationName property.
|
java.lang.String |
getComponentName()
Gets the value of the componentName property.
|
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getCompositeCreatedTime()
Gets the value of the compositeCreatedTime property.
|
java.lang.String |
getCompositeDN()
Gets the value of the compositeDN property.
|
java.lang.String |
getCompositeInstanceId()
Gets the value of the compositeInstanceId property.
|
java.lang.String |
getCompositeName()
Gets the value of the compositeName property.
|
java.lang.String |
getCompositeVersion()
Gets the value of the compositeVersion property.
|
java.lang.String |
getEcid()
Gets the value of the ecid property.
|
java.lang.String |
getHeaderProperties()
Gets the value of the headerProperties property.
|
java.lang.String |
getInvokedComponent()
Gets the value of the invokedComponent property.
|
java.lang.String |
getParentComponentInstanceId()
Gets the value of the parentComponentInstanceId property.
|
java.lang.String |
getParentComponentInstRefId()
Gets the value of the parentComponentInstRefId property.
|
boolean |
isSetApplicationName() |
boolean |
isSetComponentName() |
boolean |
isSetCompositeCreatedTime() |
boolean |
isSetCompositeDN() |
boolean |
isSetCompositeInstanceId() |
boolean |
isSetCompositeName() |
boolean |
isSetCompositeVersion() |
boolean |
isSetEcid() |
boolean |
isSetHeaderProperties() |
boolean |
isSetInvokedComponent() |
boolean |
isSetParentComponentInstanceId() |
boolean |
isSetParentComponentInstRefId() |
void |
setApplicationName(java.lang.String value)
Sets the value of the applicationName property.
|
void |
setComponentName(java.lang.String value)
Sets the value of the componentName property.
|
void |
setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the compositeCreatedTime property.
|
void |
setCompositeDN(java.lang.String value)
Sets the value of the compositeDN property.
|
void |
setCompositeInstanceId(java.lang.String value)
Sets the value of the compositeInstanceId property.
|
void |
setCompositeName(java.lang.String value)
Sets the value of the compositeName property.
|
void |
setCompositeVersion(java.lang.String value)
Sets the value of the compositeVersion property.
|
void |
setEcid(java.lang.String value)
Sets the value of the ecid property.
|
void |
setHeaderProperties(java.lang.String value)
Sets the value of the headerProperties property.
|
void |
setInvokedComponent(java.lang.String value)
Sets the value of the invokedComponent property.
|
void |
setParentComponentInstanceId(java.lang.String value)
Sets the value of the parentComponentInstanceId property.
|
void |
setParentComponentInstRefId(java.lang.String value)
Sets the value of the parentComponentInstRefId property.
|
getDocumentation, isSetDocumentation, unsetDocumentation
public java.lang.String getApplicationName()
String
public void setApplicationName(java.lang.String value)
value
- allowed object is String
public boolean isSetApplicationName()
public java.lang.String getComponentName()
String
public void setComponentName(java.lang.String value)
value
- allowed object is String
public boolean isSetComponentName()
public java.lang.String getCompositeDN()
String
public void setCompositeDN(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeDN()
public java.lang.String getCompositeInstanceId()
String
public void setCompositeInstanceId(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeInstanceId()
public java.lang.String getCompositeName()
String
public void setCompositeName(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeName()
public java.lang.String getCompositeVersion()
String
public void setCompositeVersion(java.lang.String value)
value
- allowed object is String
public boolean isSetCompositeVersion()
public java.lang.String getEcid()
String
public void setEcid(java.lang.String value)
value
- allowed object is String
public boolean isSetEcid()
public java.lang.String getParentComponentInstanceId()
String
public void setParentComponentInstanceId(java.lang.String value)
value
- allowed object is String
public boolean isSetParentComponentInstanceId()
public java.lang.String getParentComponentInstRefId()
String
public void setParentComponentInstRefId(java.lang.String value)
value
- allowed object is String
public boolean isSetParentComponentInstRefId()
public java.lang.String getHeaderProperties()
String
public void setHeaderProperties(java.lang.String value)
value
- allowed object is String
public boolean isSetHeaderProperties()
public java.lang.String getInvokedComponent()
String
public void setInvokedComponent(java.lang.String value)
value
- allowed object is String
public boolean isSetInvokedComponent()
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getCompositeCreatedTime()
JAXBElement
<
XMLGregorianCalendar
>
public void setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
value
- allowed object is JAXBElement
<
XMLGregorianCalendar
>
public boolean isSetCompositeCreatedTime()