public class ReplaceScenarioDetails 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="scenarioFromID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="scenarioToID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="scheduleMode"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="0"/> <enumeration value="1"/> </restriction> </simpleType> </element> <element name="scheduleDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="considerEntryDays" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="0"/> <enumeration value="1"/> </restriction> </simpleType> </element> <element name="notes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}notes" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
considerEntryDays |
protected Notes |
notes |
protected String |
scenarioFromID |
protected String |
scenarioToID |
protected Calendar |
scheduleDate |
protected int |
scheduleMode |
Constructor and Description |
---|
ReplaceScenarioDetails() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConsiderEntryDays()
Gets the value of the considerEntryDays property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
String |
getScenarioFromID()
Gets the value of the scenarioFromID property.
|
String |
getScenarioToID()
Gets the value of the scenarioToID property.
|
Calendar |
getScheduleDate()
Gets the value of the scheduleDate property.
|
int |
getScheduleMode()
Gets the value of the scheduleMode property.
|
void |
setConsiderEntryDays(Integer value)
Sets the value of the considerEntryDays property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setScenarioFromID(String value)
Sets the value of the scenarioFromID property.
|
void |
setScenarioToID(String value)
Sets the value of the scenarioToID property.
|
void |
setScheduleDate(Calendar value)
Sets the value of the scheduleDate property.
|
void |
setScheduleMode(int value)
Sets the value of the scheduleMode property.
|
protected String scenarioFromID
protected String scenarioToID
protected int scheduleMode
protected Calendar scheduleDate
protected Integer considerEntryDays
protected Notes notes
public String getScenarioFromID()
String
public void setScenarioFromID(String value)
value
- allowed object is
String
public String getScenarioToID()
String
public void setScenarioToID(String value)
value
- allowed object is
String
public int getScheduleMode()
public void setScheduleMode(int value)
public Calendar getScheduleDate()
String
public void setScheduleDate(Calendar value)
value
- allowed object is
String
public Integer getConsiderEntryDays()
Integer
public void setConsiderEntryDays(Integer value)
value
- allowed object is
Integer
public Notes getNotes()
Notes