public class TCaseFabricHeaderProperty extends TExtensibleElements implements java.io.Serializable
Java class for tCaseFabricHeaderProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseFabricHeaderProperty">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="compositeCreatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseFabricHeaderProperty() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getCompositeCreatedTime()
Gets the value of the compositeCreatedTime property.
|
boolean |
isSetCompositeCreatedTime() |
void |
setCompositeCreatedTime(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the compositeCreatedTime property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic 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()