Class TCaseMetadata

java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TCaseMetadata
All Implemented Interfaces:
Serializable

public class TCaseMetadata extends TExtensibleElements implements 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>
 

See Also:
  • Constructor Details

    • TCaseMetadata

      public TCaseMetadata()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getTitle

      public TTranslatableValue getTitle()
      Gets the value of the title property.
      Returns:
      possible object is TTranslatableValue
    • setTitle

      public void setTitle(TTranslatableValue value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is TTranslatableValue
    • isSetTitle

      public boolean isSetTitle()
    • getShortSummary

      public TTranslatableValue getShortSummary()
      Gets the value of the shortSummary property.
      Returns:
      possible object is TTranslatableValue
    • setShortSummary

      public void setShortSummary(TTranslatableValue value)
      Sets the value of the shortSummary property.
      Parameters:
      value - allowed object is TTranslatableValue
    • isSetShortSummary

      public boolean isSetShortSummary()
    • getLongSummary

      public TTranslatableValue getLongSummary()
      Gets the value of the longSummary property.
      Returns:
      possible object is TTranslatableValue
    • setLongSummary

      public void setLongSummary(TTranslatableValue value)
      Sets the value of the longSummary property.
      Parameters:
      value - allowed object is TTranslatableValue
    • isSetLongSummary

      public boolean isSetLongSummary()
    • getPriority

      public BigInteger getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is BigInteger
    • setPriority

      public void setPriority(BigInteger value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is BigInteger
    • isSetPriority

      public boolean isSetPriority()
    • getCategory

      public TCategory getCategory()
      Gets the value of the category property.
      Returns:
      possible object is TCategory
    • setCategory

      public void setCategory(TCategory value)
      Sets the value of the category property.
      Parameters:
      value - allowed object is TCategory
    • isSetCategory

      public boolean isSetCategory()
    • getEcmFolder

      public TECMFolder getEcmFolder()
      Gets the value of the ecmFolder property.
      Returns:
      possible object is TECMFolder
    • setEcmFolder

      public void setEcmFolder(TECMFolder value)
      Sets the value of the ecmFolder property.
      Parameters:
      value - allowed object is TECMFolder
    • isSetEcmFolder

      public boolean isSetEcmFolder()
    • getCaseData

      public List<TCaseData> getCaseData()
      Gets the value of the caseData property.

      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

    • isSetCaseData

      public boolean isSetCaseData()
    • unsetCaseData

      public void unsetCaseData()
    • getCaseDataFlexField

      public List<TCaseDataFlexField> getCaseDataFlexField()
      Gets the value of the caseDataFlexField property.

      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

    • isSetCaseDataFlexField

      public boolean isSetCaseDataFlexField()
    • unsetCaseDataFlexField

      public void unsetCaseDataFlexField()
    • getEvents

      public TUserDefinedEvent getEvents()
      Gets the value of the events property.
      Returns:
      possible object is TUserDefinedEvent
    • setEvents

      public void setEvents(TUserDefinedEvent value)
      Sets the value of the events property.
      Parameters:
      value - allowed object is TUserDefinedEvent
    • isSetEvents

      public boolean isSetEvents()
    • isPublishCaseEventsToEDN

      public Boolean isPublishCaseEventsToEDN()
      Gets the value of the publishCaseEventsToEDN property.
      Returns:
      possible object is Boolean
    • setPublishCaseEventsToEDN

      public void setPublishCaseEventsToEDN(Boolean value)
      Sets the value of the publishCaseEventsToEDN property.
      Parameters:
      value - allowed object is Boolean
    • isSetPublishCaseEventsToEDN

      public boolean isSetPublishCaseEventsToEDN()
    • getStakeHolders

      public TStakeHolders getStakeHolders()
      Gets the value of the stakeHolders property.
      Returns:
      possible object is TStakeHolders
    • setStakeHolders

      public void setStakeHolders(TStakeHolders value)
      Sets the value of the stakeHolders property.
      Parameters:
      value - allowed object is TStakeHolders
    • isSetStakeHolders

      public boolean isSetStakeHolders()
    • getMilestones

      public TMilestones getMilestones()
      Gets the value of the milestones property.
      Returns:
      possible object is TMilestones
    • setMilestones

      public void setMilestones(TMilestones value)
      Sets the value of the milestones property.
      Parameters:
      value - allowed object is TMilestones
    • isSetMilestones

      public boolean isSetMilestones()
    • getOutcomes

      public TOutcomes getOutcomes()
      Gets the value of the outcomes property.
      Returns:
      possible object is TOutcomes
    • setOutcomes

      public void setOutcomes(TOutcomes value)
      Sets the value of the outcomes property.
      Parameters:
      value - allowed object is TOutcomes
    • isSetOutcomes

      public boolean isSetOutcomes()
    • getPermissionTags

      public TPermissionTags getPermissionTags()
      Gets the value of the permissionTags property.
      Returns:
      possible object is TPermissionTags
    • setPermissionTags

      public void setPermissionTags(TPermissionTags value)
      Sets the value of the permissionTags property.
      Parameters:
      value - allowed object is TPermissionTags
    • isSetPermissionTags

      public boolean isSetPermissionTags()
    • getCaseAttributes

      public TCaseAttributes getCaseAttributes()
      Gets the value of the caseAttributes property.
      Returns:
      possible object is TCaseAttributes
    • setCaseAttributes

      public void setCaseAttributes(TCaseAttributes value)
      Sets the value of the caseAttributes property.
      Parameters:
      value - allowed object is TCaseAttributes
    • isSetCaseAttributes

      public boolean isSetCaseAttributes()
    • getResourceBundle

      public TResourceBundle getResourceBundle()
      Gets the value of the resourceBundle property.
      Returns:
      possible object is TResourceBundle
    • setResourceBundle

      public void setResourceBundle(TResourceBundle value)
      Sets the value of the resourceBundle property.
      Parameters:
      value - allowed object is TResourceBundle
    • isSetResourceBundle

      public boolean isSetResourceBundle()
    • getNamespacePrefixes

      public TNamespacePrefixes getNamespacePrefixes()
      Gets the value of the namespacePrefixes property.
      Returns:
      possible object is TNamespacePrefixes
    • setNamespacePrefixes

      public void setNamespacePrefixes(TNamespacePrefixes value)
      Sets the value of the namespacePrefixes property.
      Parameters:
      value - allowed object is TNamespacePrefixes
    • isSetNamespacePrefixes

      public boolean isSetNamespacePrefixes()
    • getOrganizationalUnitName

      public TStaticOrXPath getOrganizationalUnitName()
      Gets the value of the organizationalUnitName property.
      Returns:
      possible object is TStaticOrXPath
    • setOrganizationalUnitName

      public void setOrganizationalUnitName(TStaticOrXPath value)
      Sets the value of the organizationalUnitName property.
      Parameters:
      value - allowed object is TStaticOrXPath
    • isSetOrganizationalUnitName

      public boolean isSetOrganizationalUnitName()
    • getDueDate

      public TDuration getDueDate()
      Gets the value of the dueDate property.
      Returns:
      possible object is TDuration
    • setDueDate

      public void setDueDate(TDuration value)
      Sets the value of the dueDate property.
      Parameters:
      value - allowed object is TDuration
    • isSetDueDate

      public boolean isSetDueDate()
    • isUseBusinessCalendar

      public Boolean isUseBusinessCalendar()
      Gets the value of the useBusinessCalendar property.
      Returns:
      possible object is Boolean
    • setUseBusinessCalendar

      public void setUseBusinessCalendar(Boolean value)
      Sets the value of the useBusinessCalendar property.
      Parameters:
      value - allowed object is Boolean
    • isSetUseBusinessCalendar

      public boolean isSetUseBusinessCalendar()
    • getPhases

      public TPhases getPhases()
      Gets the value of the phases property.
      Returns:
      possible object is TPhases
    • setPhases

      public void setPhases(TPhases value)
      Sets the value of the phases property.
      Parameters:
      value - allowed object is TPhases
    • isSetPhases

      public boolean isSetPhases()
    • getCaseProgression

      public TCaseProgression getCaseProgression()
      Gets the value of the caseProgression property.
      Returns:
      possible object is TCaseProgression
    • setCaseProgression

      public void setCaseProgression(TCaseProgression value)
      Sets the value of the caseProgression property.
      Parameters:
      value - allowed object is TCaseProgression
    • isSetCaseProgression

      public boolean isSetCaseProgression()
    • isOverwritePermissions

      public Boolean isOverwritePermissions()
      Gets the value of the overwritePermissions property.
      Returns:
      possible object is Boolean
    • setOverwritePermissions

      public void setOverwritePermissions(Boolean value)
      Sets the value of the overwritePermissions property.
      Parameters:
      value - allowed object is Boolean
    • isSetOverwritePermissions

      public boolean isSetOverwritePermissions()
    • getTargetNamespace

      public String getTargetNamespace()
      Gets the value of the targetNamespace property.
      Returns:
      possible object is String
    • setTargetNamespace

      public void setTargetNamespace(String value)
      Sets the value of the targetNamespace property.
      Parameters:
      value - allowed object is String
    • isSetTargetNamespace

      public boolean isSetTargetNamespace()