Class TDocumentProperty

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

public class TDocumentProperty extends TExtensibleElements implements Serializable

Java class for tDocumentProperty complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tDocumentProperty">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TDocumentProperty

      public TDocumentProperty()
  • Method Details

    • 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()
    • getValue

      public TStaticOrXPath getValue()
      Gets the value of the value property.
      Returns:
      possible object is TStaticOrXPath
    • setValue

      public void setValue(TStaticOrXPath value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is TStaticOrXPath
    • isSetValue

      public boolean isSetValue()