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.boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
void
setCreatedBy
(String value) Sets the value of the createdBy property.void
Sets the value of the createdDate property.void
setCreatedIdentityCtx
(String value) Sets the value of the createdIdentityCtx property.void
Sets the value of the id property.void
setLastUpdatedBy
(String value) Sets the value of the lastUpdatedBy property.void
Sets the value of the lastUpdatedDate property.void
setLastUpdatedIdentityCtx
(String value) Sets the value of the lastUpdatedIdentityCtx property.void
Sets the value of the name property.void
Sets the value of the type property.void
Sets 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()
-