public class TCaseMetadata extends TExtensibleElements implements java.io.Serializable
Java class for tCaseMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseMetadata">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://xmlns.oracle.com/bpm/case/metadata}tTranslatedValue"/>
<element name="title" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/>
<element name="shortSummary" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/>
<element name="longSummary" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="category" type="{http://xmlns.oracle.com/bpm/case/metadata}tCategory" minOccurs="0"/>
<element name="ecmFolder" type="{http://xmlns.oracle.com/bpm/case/metadata}tECMFolder" minOccurs="0"/>
<element name="caseData" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseData" maxOccurs="unbounded" minOccurs="0"/>
<element name="caseDataFlexField" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseDataFlexField" maxOccurs="unbounded" minOccurs="0"/>
<element name="events" type="{http://xmlns.oracle.com/bpm/case/metadata}tUserDefinedEvent" minOccurs="0"/>
<element name="publishCaseEventsToEDN" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stakeHolders" type="{http://xmlns.oracle.com/bpm/case/metadata}tStakeHolders" minOccurs="0"/>
<element name="milestones" type="{http://xmlns.oracle.com/bpm/case/metadata}tMilestones" minOccurs="0"/>
<element name="outcomes" type="{http://xmlns.oracle.com/bpm/case/metadata}tOutcomes" minOccurs="0"/>
<element name="permissionTags" type="{http://xmlns.oracle.com/bpm/case/metadata}tPermissionTags" minOccurs="0"/>
<element name="caseAttributes" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseAttributes" minOccurs="0"/>
<element name="resourceBundle" type="{http://xmlns.oracle.com/bpm/case/metadata}tResourceBundle" minOccurs="0"/>
<element name="namespacePrefixes" type="{http://xmlns.oracle.com/bpm/case/metadata}tNamespacePrefixes" minOccurs="0"/>
<element name="organizationalUnitName" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/>
<element name="dueDate" type="{http://xmlns.oracle.com/bpm/case/metadata}tDuration" minOccurs="0"/>
<element name="useBusinessCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="phases" type="{http://xmlns.oracle.com/bpm/case/metadata}tPhases" minOccurs="0"/>
<element name="caseProgression" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseProgression" minOccurs="0"/>
<element name="overwritePermissions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseMetadata() |
| Modifier and Type | Method and Description |
|---|---|
TCaseAttributes |
getCaseAttributes()
Gets the value of the caseAttributes property.
|
java.util.List<TCaseData> |
getCaseData()
Gets the value of the caseData property.
|
java.util.List<TCaseDataFlexField> |
getCaseDataFlexField()
Gets the value of the caseDataFlexField property.
|
TCaseProgression |
getCaseProgression()
Gets the value of the caseProgression property.
|
TCategory |
getCategory()
Gets the value of the category property.
|
TDuration |
getDueDate()
Gets the value of the dueDate property.
|
TECMFolder |
getEcmFolder()
Gets the value of the ecmFolder property.
|
TUserDefinedEvent |
getEvents()
Gets the value of the events property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
TTranslatableValue |
getLongSummary()
Gets the value of the longSummary property.
|
TMilestones |
getMilestones()
Gets the value of the milestones property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
TNamespacePrefixes |
getNamespacePrefixes()
Gets the value of the namespacePrefixes property.
|
TStaticOrXPath |
getOrganizationalUnitName()
Gets the value of the organizationalUnitName property.
|
TOutcomes |
getOutcomes()
Gets the value of the outcomes property.
|
TPermissionTags |
getPermissionTags()
Gets the value of the permissionTags property.
|
TPhases |
getPhases()
Gets the value of the phases property.
|
java.math.BigInteger |
getPriority()
Gets the value of the priority property.
|
TResourceBundle |
getResourceBundle()
Gets the value of the resourceBundle property.
|
TTranslatableValue |
getShortSummary()
Gets the value of the shortSummary property.
|
TStakeHolders |
getStakeHolders()
Gets the value of the stakeHolders property.
|
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
TTranslatableValue |
getTitle()
Gets the value of the title property.
|
java.lang.Boolean |
isOverwritePermissions()
Gets the value of the overwritePermissions property.
|
java.lang.Boolean |
isPublishCaseEventsToEDN()
Gets the value of the publishCaseEventsToEDN property.
|
boolean |
isSetCaseAttributes() |
boolean |
isSetCaseData() |
boolean |
isSetCaseDataFlexField() |
boolean |
isSetCaseProgression() |
boolean |
isSetCategory() |
boolean |
isSetDueDate() |
boolean |
isSetEcmFolder() |
boolean |
isSetEvents() |
boolean |
isSetId() |
boolean |
isSetLongSummary() |
boolean |
isSetMilestones() |
boolean |
isSetName() |
boolean |
isSetNamespacePrefixes() |
boolean |
isSetOrganizationalUnitName() |
boolean |
isSetOutcomes() |
boolean |
isSetOverwritePermissions() |
boolean |
isSetPermissionTags() |
boolean |
isSetPhases() |
boolean |
isSetPriority() |
boolean |
isSetPublishCaseEventsToEDN() |
boolean |
isSetResourceBundle() |
boolean |
isSetShortSummary() |
boolean |
isSetStakeHolders() |
boolean |
isSetTargetNamespace() |
boolean |
isSetTitle() |
boolean |
isSetUseBusinessCalendar() |
java.lang.Boolean |
isUseBusinessCalendar()
Gets the value of the useBusinessCalendar property.
|
void |
setCaseAttributes(TCaseAttributes value)
Sets the value of the caseAttributes property.
|
void |
setCaseProgression(TCaseProgression value)
Sets the value of the caseProgression property.
|
void |
setCategory(TCategory value)
Sets the value of the category property.
|
void |
setDueDate(TDuration value)
Sets the value of the dueDate property.
|
void |
setEcmFolder(TECMFolder value)
Sets the value of the ecmFolder property.
|
void |
setEvents(TUserDefinedEvent value)
Sets the value of the events property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLongSummary(TTranslatableValue value)
Sets the value of the longSummary property.
|
void |
setMilestones(TMilestones value)
Sets the value of the milestones property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNamespacePrefixes(TNamespacePrefixes value)
Sets the value of the namespacePrefixes property.
|
void |
setOrganizationalUnitName(TStaticOrXPath value)
Sets the value of the organizationalUnitName property.
|
void |
setOutcomes(TOutcomes value)
Sets the value of the outcomes property.
|
void |
setOverwritePermissions(java.lang.Boolean value)
Sets the value of the overwritePermissions property.
|
void |
setPermissionTags(TPermissionTags value)
Sets the value of the permissionTags property.
|
void |
setPhases(TPhases value)
Sets the value of the phases property.
|
void |
setPriority(java.math.BigInteger value)
Sets the value of the priority property.
|
void |
setPublishCaseEventsToEDN(java.lang.Boolean value)
Sets the value of the publishCaseEventsToEDN property.
|
void |
setResourceBundle(TResourceBundle value)
Sets the value of the resourceBundle property.
|
void |
setShortSummary(TTranslatableValue value)
Sets the value of the shortSummary property.
|
void |
setStakeHolders(TStakeHolders value)
Sets the value of the stakeHolders property.
|
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.
|
void |
setTitle(TTranslatableValue value)
Sets the value of the title property.
|
void |
setUseBusinessCalendar(java.lang.Boolean value)
Sets the value of the useBusinessCalendar property.
|
void |
unsetCaseData() |
void |
unsetCaseDataFlexField() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public TTranslatableValue getTitle()
TTranslatableValuepublic void setTitle(TTranslatableValue value)
value - allowed object is
TTranslatableValuepublic boolean isSetTitle()
public TTranslatableValue getShortSummary()
TTranslatableValuepublic void setShortSummary(TTranslatableValue value)
value - allowed object is
TTranslatableValuepublic boolean isSetShortSummary()
public TTranslatableValue getLongSummary()
TTranslatableValuepublic void setLongSummary(TTranslatableValue value)
value - allowed object is
TTranslatableValuepublic boolean isSetLongSummary()
public java.math.BigInteger getPriority()
BigIntegerpublic void setPriority(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetPriority()
public TCategory getCategory()
TCategorypublic void setCategory(TCategory value)
value - allowed object is
TCategorypublic boolean isSetCategory()
public TECMFolder getEcmFolder()
TECMFolderpublic void setEcmFolder(TECMFolder value)
value - allowed object is
TECMFolderpublic boolean isSetEcmFolder()
public java.util.List<TCaseData> getCaseData()
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 caseData property.
For example, to add a new item, do as follows:
getCaseData().add(newItem);
Objects of the following type(s) are allowed in the list
TCaseData
public boolean isSetCaseData()
public void unsetCaseData()
public java.util.List<TCaseDataFlexField> getCaseDataFlexField()
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 caseDataFlexField property.
For example, to add a new item, do as follows:
getCaseDataFlexField().add(newItem);
Objects of the following type(s) are allowed in the list
TCaseDataFlexField
public boolean isSetCaseDataFlexField()
public void unsetCaseDataFlexField()
public TUserDefinedEvent getEvents()
TUserDefinedEventpublic void setEvents(TUserDefinedEvent value)
value - allowed object is
TUserDefinedEventpublic boolean isSetEvents()
public java.lang.Boolean isPublishCaseEventsToEDN()
Booleanpublic void setPublishCaseEventsToEDN(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetPublishCaseEventsToEDN()
public TStakeHolders getStakeHolders()
TStakeHolderspublic void setStakeHolders(TStakeHolders value)
value - allowed object is
TStakeHolderspublic boolean isSetStakeHolders()
public TMilestones getMilestones()
TMilestonespublic void setMilestones(TMilestones value)
value - allowed object is
TMilestonespublic boolean isSetMilestones()
public TOutcomes getOutcomes()
TOutcomespublic void setOutcomes(TOutcomes value)
value - allowed object is
TOutcomespublic boolean isSetOutcomes()
public TPermissionTags getPermissionTags()
TPermissionTagspublic void setPermissionTags(TPermissionTags value)
value - allowed object is
TPermissionTagspublic boolean isSetPermissionTags()
public TCaseAttributes getCaseAttributes()
TCaseAttributespublic void setCaseAttributes(TCaseAttributes value)
value - allowed object is
TCaseAttributespublic boolean isSetCaseAttributes()
public TResourceBundle getResourceBundle()
TResourceBundlepublic void setResourceBundle(TResourceBundle value)
value - allowed object is
TResourceBundlepublic boolean isSetResourceBundle()
public TNamespacePrefixes getNamespacePrefixes()
TNamespacePrefixespublic void setNamespacePrefixes(TNamespacePrefixes value)
value - allowed object is
TNamespacePrefixespublic boolean isSetNamespacePrefixes()
public TStaticOrXPath getOrganizationalUnitName()
TStaticOrXPathpublic void setOrganizationalUnitName(TStaticOrXPath value)
value - allowed object is
TStaticOrXPathpublic boolean isSetOrganizationalUnitName()
public TDuration getDueDate()
TDurationpublic void setDueDate(TDuration value)
value - allowed object is
TDurationpublic boolean isSetDueDate()
public java.lang.Boolean isUseBusinessCalendar()
Booleanpublic void setUseBusinessCalendar(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetUseBusinessCalendar()
public TPhases getPhases()
TPhasespublic void setPhases(TPhases value)
value - allowed object is
TPhasespublic boolean isSetPhases()
public TCaseProgression getCaseProgression()
TCaseProgressionpublic void setCaseProgression(TCaseProgression value)
value - allowed object is
TCaseProgressionpublic boolean isSetCaseProgression()
public java.lang.Boolean isOverwritePermissions()
Booleanpublic void setOverwritePermissions(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetOverwritePermissions()
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()