Class BusinessParameter

java.lang.Object
oracle.bpm.services.organization.model.BusinessParameter
All Implemented Interfaces:
Serializable

public class BusinessParameter extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdIdentityCtx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastUpdatedIdentityCtx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • BusinessParameter

      public BusinessParameter()
  • 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()
    • 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()
    • getCreatedBy

      public String getCreatedBy()
      Gets the value of the createdBy property.
      Returns:
      possible object is String
    • setCreatedBy

      public void setCreatedBy(String value)
      Sets the value of the createdBy property.
      Parameters:
      value - allowed object is String
    • isSetCreatedBy

      public boolean isSetCreatedBy()
    • getCreatedIdentityCtx

      public String getCreatedIdentityCtx()
      Gets the value of the createdIdentityCtx property.
      Returns:
      possible object is String
    • setCreatedIdentityCtx

      public void setCreatedIdentityCtx(String value)
      Sets the value of the createdIdentityCtx property.
      Parameters:
      value - allowed object is String
    • isSetCreatedIdentityCtx

      public boolean isSetCreatedIdentityCtx()
    • getCreatedDate

      public XMLGregorianCalendar getCreatedDate()
      Gets the value of the createdDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedDate

      public void setCreatedDate(XMLGregorianCalendar value)
      Sets the value of the createdDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetCreatedDate

      public boolean isSetCreatedDate()
    • getLastUpdatedBy

      public String getLastUpdatedBy()
      Gets the value of the lastUpdatedBy property.
      Returns:
      possible object is String
    • setLastUpdatedBy

      public void setLastUpdatedBy(String value)
      Sets the value of the lastUpdatedBy property.
      Parameters:
      value - allowed object is String
    • isSetLastUpdatedBy

      public boolean isSetLastUpdatedBy()
    • getLastUpdatedIdentityCtx

      public String getLastUpdatedIdentityCtx()
      Gets the value of the lastUpdatedIdentityCtx property.
      Returns:
      possible object is String
    • setLastUpdatedIdentityCtx

      public void setLastUpdatedIdentityCtx(String value)
      Sets the value of the lastUpdatedIdentityCtx property.
      Parameters:
      value - allowed object is String
    • isSetLastUpdatedIdentityCtx

      public boolean isSetLastUpdatedIdentityCtx()
    • getLastUpdatedDate

      public XMLGregorianCalendar getLastUpdatedDate()
      Gets the value of the lastUpdatedDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastUpdatedDate

      public void setLastUpdatedDate(XMLGregorianCalendar value)
      Sets the value of the lastUpdatedDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetLastUpdatedDate

      public boolean isSetLastUpdatedDate()
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getValue

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

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

      public boolean isSetValue()