public class Status extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="effective" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="effectiveWhen">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="lifeCycleStateEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="notes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}notes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
effective |
protected String |
effectiveWhen |
protected boolean |
lifeCycleStateEnabled |
protected Notes |
notes |
protected int |
statusCode |
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEffective()
Gets the value of the effective property.
|
String |
getEffectiveWhen()
Gets the value of the effectiveWhen property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
int |
getStatusCode()
Gets the value of the statusCode property.
|
boolean |
isLifeCycleStateEnabled()
Gets the value of the lifeCycleStateEnabled property.
|
void |
setEffective(Calendar value)
Sets the value of the effective property.
|
void |
setEffectiveWhen(String value)
Sets the value of the effectiveWhen property.
|
void |
setLifeCycleStateEnabled(boolean value)
Sets the value of the lifeCycleStateEnabled property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setStatusCode(int value)
Sets the value of the statusCode property.
|
getExtension, setExtensionprotected int statusCode
protected Calendar effective
protected String effectiveWhen
protected boolean lifeCycleStateEnabled
protected Notes notes
public int getStatusCode()
public void setStatusCode(int value)
public Calendar getEffective()
Stringpublic void setEffective(Calendar value)
value - allowed object is
Stringpublic String getEffectiveWhen()
Stringpublic void setEffectiveWhen(String value)
value - allowed object is
Stringpublic boolean isLifeCycleStateEnabled()
public void setLifeCycleStateEnabled(boolean value)
public Notes getNotes()
Notes