public class CadSunStudy extends CadBaseObject
Class describing SUNSTUDY object.
Constructor and Description |
---|
CadSunStudy()
Initializes a new instance of the
CadSunStudy class. |
Modifier and Type | Method and Description |
---|---|
int |
getClassVersion()
Gets or sets the class version.
|
int |
getDateInputArraySize()
Gets or sets the size of the date input array.
|
boolean |
getDatesFlagSelectRange()
Gets or sets the dates flag select range.
|
String |
getDescription()
Gets or sets the description.
|
int |
getEndTime()
Gets or sets the end time.
|
List<Boolean> |
getHoursList()
Gets or sets the hours list.
|
short |
getHoursNumber()
Gets or sets the hours number.
|
int |
getIntervalInSeconds()
Gets or sets the interval in seconds.
|
boolean |
getLabelViewportsFlag()
Gets or sets the label viewports flag.
|
boolean |
getLockViewportsFlag()
Gets or sets the lock viewports flag.
|
short |
getOutputType()
Gets or sets the type of the output.
|
String |
getPageSetupWizardHardPointerId()
Gets or sets the page setup wizard hard pointer identifier.
|
boolean |
getSelectDates()
Gets or sets the select dates.
|
short |
getShadePlotType()
Gets or sets the type of the shade plot.
|
String |
getSheetSetName()
Gets or sets the name of the sheet set.
|
String |
getSheetSubsetName()
Gets or sets the name of the sheet subset.
|
double |
getSpacing()
Gets or sets the spacing.
|
int |
getStartTime()
Gets or sets the start time.
|
String |
getSunSetupName()
Gets or sets the name of the sun setup.
|
List<CadSunStudyDate> |
getSunStudyDates()
Gets or sets the sun study dates.
|
String |
getTextStyleId()
Gets or sets the text style identifier.
|
boolean |
getUseSubsetFlag()
Gets or sets the use subset flag.
|
String |
getViewHardPointerId()
Gets or sets the view hard pointer identifier.
|
short |
getViewportDistributionColumnsNumber()
Gets or sets the viewport distribution columns number.
|
short |
getViewportDistributionRowsNumber()
Gets or sets the viewport distribution rows number.
|
short |
getViewportsPerPage()
Gets or sets the viewports per page.
|
String |
getVisualStyleId()
Gets or sets the visual style identifier.
|
void |
setClassVersion(int value)
Gets or sets the class version.
|
void |
setDateInputArraySize(int value)
Gets or sets the size of the date input array.
|
void |
setDatesFlagSelectRange(boolean value)
Gets or sets the dates flag select range.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setEndTime(int value)
Gets or sets the end time.
|
void |
setHoursList(List<Boolean> value)
Gets or sets the hours list.
|
void |
setHoursNumber(short value)
Gets or sets the hours number.
|
void |
setIntervalInSeconds(int value)
Gets or sets the interval in seconds.
|
void |
setLabelViewportsFlag(boolean value)
Gets or sets the label viewports flag.
|
void |
setLockViewportsFlag(boolean value)
Gets or sets the lock viewports flag.
|
void |
setOutputType(short value)
Gets or sets the type of the output.
|
void |
setPageSetupWizardHardPointerId(String value)
Gets or sets the page setup wizard hard pointer identifier.
|
void |
setSelectDates(boolean value)
Gets or sets the select dates.
|
void |
setShadePlotType(short value)
Gets or sets the type of the shade plot.
|
void |
setSheetSetName(String value)
Gets or sets the name of the sheet set.
|
void |
setSheetSubsetName(String value)
Gets or sets the name of the sheet subset.
|
void |
setSpacing(double value)
Gets or sets the spacing.
|
void |
setStartTime(int value)
Gets or sets the start time.
|
void |
setSunSetupName(String value)
Gets or sets the name of the sun setup.
|
void |
setSunStudyDates(List<CadSunStudyDate> value)
Gets or sets the sun study dates.
|
void |
setTextStyleId(String value)
Gets or sets the text style identifier.
|
void |
setUseSubsetFlag(boolean value)
Gets or sets the use subset flag.
|
void |
setViewHardPointerId(String value)
Gets or sets the view hard pointer identifier.
|
void |
setViewportDistributionColumnsNumber(short value)
Gets or sets the viewport distribution columns number.
|
void |
setViewportDistributionRowsNumber(short value)
Gets or sets the viewport distribution rows number.
|
void |
setViewportsPerPage(short value)
Gets or sets the viewports per page.
|
void |
setVisualStyleId(String value)
Gets or sets the visual style identifier.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSunStudy()
Initializes a new instance of the CadSunStudy
class.
public final List<CadSunStudyDate> getSunStudyDates()
Gets or sets the sun study dates.
public final void setSunStudyDates(List<CadSunStudyDate> value)
Gets or sets the sun study dates.
value
- The sun study dates.public final String getSunSetupName()
Gets or sets the name of the sun setup.
public final void setSunSetupName(String value)
Gets or sets the name of the sun setup.
value
- The name of the sun setup.public final String getDescription()
Gets or sets the description.
public final void setDescription(String value)
Gets or sets the description.
value
- The description.public final short getOutputType()
Gets or sets the type of the output.
public final void setOutputType(short value)
Gets or sets the type of the output.
value
- The type of the output.public final String getSheetSetName()
Gets or sets the name of the sheet set.
public final void setSheetSetName(String value)
Gets or sets the name of the sheet set.
value
- The name of the sheet set.public final boolean getUseSubsetFlag()
Gets or sets the use subset flag.
public final void setUseSubsetFlag(boolean value)
Gets or sets the use subset flag.
value
- The use subset flag.public final String getSheetSubsetName()
Gets or sets the name of the sheet subset.
public final void setSheetSubsetName(String value)
Gets or sets the name of the sheet subset.
value
- The name of the sheet subset.public final boolean getSelectDates()
Gets or sets the select dates.
public final void setSelectDates(boolean value)
Gets or sets the select dates.
value
- The select dates.public final int getDateInputArraySize()
Gets or sets the size of the date input array.
public final void setDateInputArraySize(int value)
Gets or sets the size of the date input array.
value
- The size of the date input array.public final boolean getDatesFlagSelectRange()
Gets or sets the dates flag select range.
public final void setDatesFlagSelectRange(boolean value)
Gets or sets the dates flag select range.
value
- The dates flag select range.public final int getStartTime()
Gets or sets the start time.
public final void setStartTime(int value)
Gets or sets the start time.
value
- The start time.public final int getEndTime()
Gets or sets the end time.
public final void setEndTime(int value)
Gets or sets the end time.
value
- The end time.public final int getIntervalInSeconds()
Gets or sets the interval in seconds.
public final void setIntervalInSeconds(int value)
Gets or sets the interval in seconds.
value
- The interval in seconds.public final short getHoursNumber()
Gets or sets the hours number.
public final void setHoursNumber(short value)
Gets or sets the hours number.
value
- The hours number.public final List<Boolean> getHoursList()
Gets or sets the hours list.
public final void setHoursList(List<Boolean> value)
Gets or sets the hours list.
value
- The hours list.public final String getPageSetupWizardHardPointerId()
Gets or sets the page setup wizard hard pointer identifier.
public final void setPageSetupWizardHardPointerId(String value)
Gets or sets the page setup wizard hard pointer identifier.
value
- The page setup wizard hard pointer identifier.public final String getViewHardPointerId()
Gets or sets the view hard pointer identifier.
public final void setViewHardPointerId(String value)
Gets or sets the view hard pointer identifier.
value
- The view hard pointer identifier.public final String getVisualStyleId()
Gets or sets the visual style identifier.
public final void setVisualStyleId(String value)
Gets or sets the visual style identifier.
value
- The visual style identifier.public final short getShadePlotType()
Gets or sets the type of the shade plot.
public final void setShadePlotType(short value)
Gets or sets the type of the shade plot.
value
- The type of the shade plot.public final short getViewportsPerPage()
Gets or sets the viewports per page.
public final void setViewportsPerPage(short value)
Gets or sets the viewports per page.
value
- The viewports per page.public final short getViewportDistributionRowsNumber()
Gets or sets the viewport distribution rows number.
public final void setViewportDistributionRowsNumber(short value)
Gets or sets the viewport distribution rows number.
value
- The viewport distribution rows number.public final short getViewportDistributionColumnsNumber()
Gets or sets the viewport distribution columns number.
public final void setViewportDistributionColumnsNumber(short value)
Gets or sets the viewport distribution columns number.
value
- The viewport distribution columns number.public final double getSpacing()
Gets or sets the spacing.
public final void setSpacing(double value)
Gets or sets the spacing.
value
- The spacing.public final boolean getLockViewportsFlag()
Gets or sets the lock viewports flag.
public final void setLockViewportsFlag(boolean value)
Gets or sets the lock viewports flag.
value
- The lock viewports flag.public final boolean getLabelViewportsFlag()
Gets or sets the label viewports flag.
public final void setLabelViewportsFlag(boolean value)
Gets or sets the label viewports flag.
value
- The label viewports flag.public final String getTextStyleId()
Gets or sets the text style identifier.
public final void setTextStyleId(String value)
Gets or sets the text style identifier.
value
- The text style identifier.public final int getClassVersion()
Gets or sets the class version.
public final void setClassVersion(int value)
Gets or sets the class version.
value
- The class version.