Class BusinessParameter
java.lang.Object
oracle.bpm.services.organization.model.BusinessParameter
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the createdBy property.Gets the value of the createdDate property.Gets the value of the createdIdentityCtx property.getId()Gets the value of the id property.Gets the value of the lastUpdatedBy property.Gets the value of the lastUpdatedDate property.Gets the value of the lastUpdatedIdentityCtx property.getName()Gets the value of the name property.getType()Gets the value of the type property.getValue()Gets the value of the value property.booleanbooleanbooleanbooleanisSetId()booleanbooleanbooleanbooleanbooleanbooleanvoidsetCreatedBy(String value) Sets the value of the createdBy property.voidSets the value of the createdDate property.voidsetCreatedIdentityCtx(String value) Sets the value of the createdIdentityCtx property.voidSets the value of the id property.voidsetLastUpdatedBy(String value) Sets the value of the lastUpdatedBy property.voidSets the value of the lastUpdatedDate property.voidsetLastUpdatedIdentityCtx(String value) Sets the value of the lastUpdatedIdentityCtx property.voidSets the value of the name property.voidSets the value of the type property.voidSets the value of the value property.
-
Constructor Details
-
BusinessParameter
public BusinessParameter()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getCreatedBy
Gets the value of the createdBy property.- Returns:
- possible object is
String
-
setCreatedBy
Sets the value of the createdBy property.- Parameters:
value- allowed object isString
-
isSetCreatedBy
public boolean isSetCreatedBy() -
getCreatedIdentityCtx
Gets the value of the createdIdentityCtx property.- Returns:
- possible object is
String
-
setCreatedIdentityCtx
Sets the value of the createdIdentityCtx property.- Parameters:
value- allowed object isString
-
isSetCreatedIdentityCtx
public boolean isSetCreatedIdentityCtx() -
getCreatedDate
Gets the value of the createdDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedDate
Sets the value of the createdDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetCreatedDate
public boolean isSetCreatedDate() -
getLastUpdatedBy
Gets the value of the lastUpdatedBy property.- Returns:
- possible object is
String
-
setLastUpdatedBy
Sets the value of the lastUpdatedBy property.- Parameters:
value- allowed object isString
-
isSetLastUpdatedBy
public boolean isSetLastUpdatedBy() -
getLastUpdatedIdentityCtx
Gets the value of the lastUpdatedIdentityCtx property.- Returns:
- possible object is
String
-
setLastUpdatedIdentityCtx
Sets the value of the lastUpdatedIdentityCtx property.- Parameters:
value- allowed object isString
-
isSetLastUpdatedIdentityCtx
public boolean isSetLastUpdatedIdentityCtx() -
getLastUpdatedDate
Gets the value of the lastUpdatedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdatedDate
Sets the value of the lastUpdatedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLastUpdatedDate
public boolean isSetLastUpdatedDate() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType() -
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue()
-