public class TFilePlanFolder extends TExtensibleElements implements java.io.Serializable
Java class for tFilePlanFolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFilePlanFolder"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="folderName" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath"/> <element name="folderDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="access" type="{http://xmlns.oracle.com/bpm/case/metadata}tAccess" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="document" type="{http://xmlns.oracle.com/bpm/case/metadata}tFilePlanDocument"/> <element name="template" type="{http://xmlns.oracle.com/bpm/case/metadata}tFilePlanTemplate"/> <element name="folder" type="{http://xmlns.oracle.com/bpm/case/metadata}tFilePlanFolder"/> </choice> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TFilePlanFolder() |
Modifier and Type | Method and Description |
---|---|
TAccess |
getAccess()
Gets the value of the access property.
|
java.util.List<TExtensibleElements> |
getDocumentOrTemplateOrFolder()
Gets the value of the documentOrTemplateOrFolder property.
|
java.lang.String |
getFolderDisplayName()
Gets the value of the folderDisplayName property.
|
TStaticOrXPath |
getFolderName()
Gets the value of the folderName property.
|
boolean |
isSetAccess() |
boolean |
isSetDocumentOrTemplateOrFolder() |
boolean |
isSetFolderDisplayName() |
boolean |
isSetFolderName() |
void |
setAccess(TAccess value)
Sets the value of the access property.
|
void |
setFolderDisplayName(java.lang.String value)
Sets the value of the folderDisplayName property.
|
void |
setFolderName(TStaticOrXPath value)
Sets the value of the folderName property.
|
void |
unsetDocumentOrTemplateOrFolder() |
getDocumentation, isSetDocumentation, unsetDocumentation
public TStaticOrXPath getFolderName()
TStaticOrXPath
public void setFolderName(TStaticOrXPath value)
value
- allowed object is
TStaticOrXPath
public boolean isSetFolderName()
public java.lang.String getFolderDisplayName()
String
public void setFolderDisplayName(java.lang.String value)
value
- allowed object is
String
public boolean isSetFolderDisplayName()
public TAccess getAccess()
TAccess
public void setAccess(TAccess value)
value
- allowed object is
TAccess
public boolean isSetAccess()
public java.util.List<TExtensibleElements> getDocumentOrTemplateOrFolder()
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 documentOrTemplateOrFolder property.
For example, to add a new item, do as follows:
getDocumentOrTemplateOrFolder().add(newItem);
Objects of the following type(s) are allowed in the list
TFilePlanDocument
TFilePlanTemplate
TFilePlanFolder
public boolean isSetDocumentOrTemplateOrFolder()
public void unsetDocumentOrTemplateOrFolder()