public class TLink extends TExtensibleElements implements java.io.Serializable
Java class for tLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLink">
<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="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="caseTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationship" type="{http://xmlns.oracle.com/bpm/case}tCaseLinkRelationship"/>
<element name="relationshipDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkedCaseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkedCaseNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="linkedCaseTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkedCaseState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkedCaseStateDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkedCaseSummary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkedCaseCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkedCaseCategoryDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="addedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="addedByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="comment" type="{http://xmlns.oracle.com/bpm/case}tComment" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TLink() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getActions()
Gets the value of the actions property.
|
java.lang.String |
getAddedBy()
Gets the value of the addedBy property.
|
java.lang.String |
getAddedByDisplayName()
Gets the value of the addedByDisplayName property.
|
java.lang.String |
getCaseId()
Gets the value of the caseId property.
|
java.math.BigInteger |
getCaseNumber()
Gets the value of the caseNumber property.
|
java.lang.String |
getCaseTitle()
Gets the value of the caseTitle property.
|
TComment |
getComment()
Gets the value of the comment property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getLinkedCaseCategory()
Gets the value of the linkedCaseCategory property.
|
java.lang.String |
getLinkedCaseCategoryDisplayName()
Gets the value of the linkedCaseCategoryDisplayName property.
|
java.lang.String |
getLinkedCaseId()
Gets the value of the linkedCaseId property.
|
java.math.BigInteger |
getLinkedCaseNumber()
Gets the value of the linkedCaseNumber property.
|
java.lang.String |
getLinkedCaseState()
Gets the value of the linkedCaseState property.
|
java.lang.String |
getLinkedCaseStateDisplayName()
Gets the value of the linkedCaseStateDisplayName property.
|
java.lang.String |
getLinkedCaseSummary()
Gets the value of the linkedCaseSummary property.
|
java.lang.String |
getLinkedCaseTitle()
Gets the value of the linkedCaseTitle property.
|
java.lang.String |
getRelationship()
Gets the value of the relationship property.
|
java.lang.String |
getRelationshipDisplayName()
Gets the value of the relationshipDisplayName property.
|
boolean |
isSetActions() |
boolean |
isSetAddedBy() |
boolean |
isSetAddedByDisplayName() |
boolean |
isSetCaseId() |
boolean |
isSetCaseNumber() |
boolean |
isSetCaseTitle() |
boolean |
isSetComment() |
boolean |
isSetDateAdded() |
boolean |
isSetId() |
boolean |
isSetLinkedCaseCategory() |
boolean |
isSetLinkedCaseCategoryDisplayName() |
boolean |
isSetLinkedCaseId() |
boolean |
isSetLinkedCaseNumber() |
boolean |
isSetLinkedCaseState() |
boolean |
isSetLinkedCaseStateDisplayName() |
boolean |
isSetLinkedCaseSummary() |
boolean |
isSetLinkedCaseTitle() |
boolean |
isSetRelationship() |
boolean |
isSetRelationshipDisplayName() |
void |
setAddedBy(java.lang.String value)
Sets the value of the addedBy property.
|
void |
setAddedByDisplayName(java.lang.String value)
Sets the value of the addedByDisplayName property.
|
void |
setCaseId(java.lang.String value)
Sets the value of the caseId property.
|
void |
setCaseNumber(java.math.BigInteger value)
Sets the value of the caseNumber property.
|
void |
setCaseTitle(java.lang.String value)
Sets the value of the caseTitle property.
|
void |
setComment(TComment value)
Sets the value of the comment property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLinkedCaseCategory(java.lang.String value)
Sets the value of the linkedCaseCategory property.
|
void |
setLinkedCaseCategoryDisplayName(java.lang.String value)
Sets the value of the linkedCaseCategoryDisplayName property.
|
void |
setLinkedCaseId(java.lang.String value)
Sets the value of the linkedCaseId property.
|
void |
setLinkedCaseNumber(java.math.BigInteger value)
Sets the value of the linkedCaseNumber property.
|
void |
setLinkedCaseState(java.lang.String value)
Sets the value of the linkedCaseState property.
|
void |
setLinkedCaseStateDisplayName(java.lang.String value)
Sets the value of the linkedCaseStateDisplayName property.
|
void |
setLinkedCaseSummary(java.lang.String value)
Sets the value of the linkedCaseSummary property.
|
void |
setLinkedCaseTitle(java.lang.String value)
Sets the value of the linkedCaseTitle property.
|
void |
setRelationship(java.lang.String value)
Sets the value of the relationship property.
|
void |
setRelationshipDisplayName(java.lang.String value)
Sets the value of the relationshipDisplayName property.
|
void |
unsetActions() |
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 getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCaseId()
public java.math.BigInteger getCaseNumber()
BigIntegerpublic void setCaseNumber(java.math.BigInteger value)
value - allowed object is BigIntegerpublic boolean isSetCaseNumber()
public java.lang.String getCaseTitle()
Stringpublic void setCaseTitle(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCaseTitle()
public java.lang.String getRelationship()
Stringpublic void setRelationship(java.lang.String value)
value - allowed object is Stringpublic boolean isSetRelationship()
public java.lang.String getRelationshipDisplayName()
Stringpublic void setRelationshipDisplayName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetRelationshipDisplayName()
public java.lang.String getLinkedCaseId()
Stringpublic void setLinkedCaseId(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseId()
public java.math.BigInteger getLinkedCaseNumber()
BigIntegerpublic void setLinkedCaseNumber(java.math.BigInteger value)
value - allowed object is BigIntegerpublic boolean isSetLinkedCaseNumber()
public java.lang.String getLinkedCaseTitle()
Stringpublic void setLinkedCaseTitle(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseTitle()
public java.lang.String getLinkedCaseState()
Stringpublic void setLinkedCaseState(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseState()
public java.lang.String getLinkedCaseStateDisplayName()
Stringpublic void setLinkedCaseStateDisplayName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseStateDisplayName()
public java.lang.String getLinkedCaseSummary()
Stringpublic void setLinkedCaseSummary(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseSummary()
public java.lang.String getLinkedCaseCategory()
Stringpublic void setLinkedCaseCategory(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseCategory()
public java.lang.String getLinkedCaseCategoryDisplayName()
Stringpublic void setLinkedCaseCategoryDisplayName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLinkedCaseCategoryDisplayName()
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic boolean isSetDateAdded()
public java.lang.String getAddedBy()
Stringpublic void setAddedBy(java.lang.String value)
value - allowed object is Stringpublic boolean isSetAddedBy()
public java.lang.String getAddedByDisplayName()
Stringpublic void setAddedByDisplayName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetAddedByDisplayName()
public java.util.List<java.lang.String> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list String
public boolean isSetActions()
public void unsetActions()
public TComment getComment()
TCommentpublic void setComment(TComment value)
value - allowed object is TCommentpublic boolean isSetComment()