public class BusinessConstant
extends java.lang.Object
implements java.io.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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="businessParameterid" 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="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BusinessConstant() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessParameterid()
Gets the value of the businessParameterid property.
|
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
java.lang.String |
getCreatedIdentityCtx()
Gets the value of the createdIdentityCtx property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getLastUpdatedBy()
Gets the value of the lastUpdatedBy property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastUpdatedDate()
Gets the value of the lastUpdatedDate property.
|
java.lang.String |
getLastUpdatedIdentityCtx()
Gets the value of the lastUpdatedIdentityCtx property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isSetBusinessParameterid() |
boolean |
isSetCreatedBy() |
boolean |
isSetCreatedDate() |
boolean |
isSetCreatedIdentityCtx() |
boolean |
isSetId() |
boolean |
isSetLastUpdatedBy() |
boolean |
isSetLastUpdatedDate() |
boolean |
isSetLastUpdatedIdentityCtx() |
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setBusinessParameterid(java.lang.String value)
Sets the value of the businessParameterid property.
|
void |
setCreatedBy(java.lang.String value)
Sets the value of the createdBy property.
|
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setCreatedIdentityCtx(java.lang.String value)
Sets the value of the createdIdentityCtx property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLastUpdatedBy(java.lang.String value)
Sets the value of the lastUpdatedBy property.
|
void |
setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdatedDate property.
|
void |
setLastUpdatedIdentityCtx(java.lang.String value)
Sets the value of the lastUpdatedIdentityCtx property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getBusinessParameterid()
Stringpublic void setBusinessParameterid(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBusinessParameterid()
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedBy()
public java.lang.String getCreatedIdentityCtx()
Stringpublic void setCreatedIdentityCtx(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedIdentityCtx()
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreatedDate()
public java.lang.String getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedIdentityCtx()
Stringpublic void setLastUpdatedIdentityCtx(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedIdentityCtx()
public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
XMLGregorianCalendarpublic void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdatedDate()
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetValue()