public class CadField extends CadBaseObject
Class describing FIELD object.
Constructor and Description |
---|
CadField()
Initializes a new instance of the
CadField class. |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute300()
Gets or sets the attribute 300.
|
Integer |
getAttribute91()
Gets or sets the attribute 91.
|
Integer |
getAttribute92()
Gets or sets the attribute 92.
|
Integer |
getAttribute94()
Gets or sets the attribute 94.
|
Integer |
getAttribute95()
Gets or sets the attribute 95.
|
Integer |
getAttribute96()
Gets or sets the attribute 96.
|
List<CadFieldData> |
getCadFieldData()
Gets or sets the cad field data.
|
List<String> |
getChildFieldIds()
Gets or sets the child field ids.
|
int |
getChildFieldsNumber()
Gets or sets the child fields number.
|
int |
getDataSetInTheField()
Gets or sets the data set in the field.
|
String |
getEvaluatorId()
Gets or sets the evaluator identifier.
|
String |
getFieldCodeString()
Gets or sets the field code string.
|
String |
getFieldCodeStringOverflow()
Gets or sets the field code string overflow.
|
String |
getFormatString()
Gets or sets the format string.
|
int |
getFormatStringLength()
Gets or sets the length of the format string.
|
String |
getFormatStringOverflow()
Gets or sets the format string overflow.
|
List<String> |
getObjectIds()
Gets or sets the object ids.
|
int |
getObjectIDsNumber()
Gets or sets the object i ds number.
|
void |
setAttribute300(String value)
Gets or sets the attribute 300.
|
void |
setAttribute91(Integer value)
Gets or sets the attribute 91.
|
void |
setAttribute92(Integer value)
Gets or sets the attribute 92.
|
void |
setAttribute94(Integer value)
Gets or sets the attribute 94.
|
void |
setAttribute95(Integer value)
Gets or sets the attribute 95.
|
void |
setAttribute96(Integer value)
Gets or sets the attribute 96.
|
void |
setCadFieldData(List<CadFieldData> value)
Gets or sets the cad field data.
|
void |
setChildFieldIds(List<String> value)
Gets or sets the child field ids.
|
void |
setChildFieldsNumber(int value)
Gets or sets the child fields number.
|
void |
setDataSetInTheField(int value)
Gets or sets the data set in the field.
|
void |
setEvaluatorId(String value)
Gets or sets the evaluator identifier.
|
void |
setFieldCodeString(String value)
Gets or sets the field code string.
|
void |
setFieldCodeStringOverflow(String value)
Gets or sets the field code string overflow.
|
void |
setFormatString(String value)
Gets or sets the format string.
|
void |
setFormatStringLength(int value)
Gets or sets the length of the format string.
|
void |
setFormatStringOverflow(String value)
Gets or sets the format string overflow.
|
void |
setObjectIds(List<String> value)
Gets or sets the object ids.
|
void |
setObjectIDsNumber(int value)
Gets or sets the object i ds number.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadField()
Initializes a new instance of the CadField
class.
public final String getAttribute300()
Gets or sets the attribute 300.
public final void setAttribute300(String value)
Gets or sets the attribute 300.
value
- The attribute 300.public final Integer getAttribute96()
Gets or sets the attribute 96.
public final void setAttribute96(Integer value)
Gets or sets the attribute 96.
value
- The attribute 96.public final Integer getAttribute95()
Gets or sets the attribute 95.
public final void setAttribute95(Integer value)
Gets or sets the attribute 95.
value
- The attribute 95.public final Integer getAttribute94()
Gets or sets the attribute 94.
public final void setAttribute94(Integer value)
Gets or sets the attribute 94.
value
- The attribute 94.public final Integer getAttribute92()
Gets or sets the attribute 92.
public final void setAttribute92(Integer value)
Gets or sets the attribute 92.
value
- The attribute 92.public final Integer getAttribute91()
Gets or sets the attribute 91.
public final void setAttribute91(Integer value)
Gets or sets the attribute 91.
value
- The attribute 91.public final List<CadFieldData> getCadFieldData()
Gets or sets the cad field data.
public final void setCadFieldData(List<CadFieldData> value)
Gets or sets the cad field data.
value
- The cad field data.public final int getFormatStringLength()
Gets or sets the length of the format string.
public final void setFormatStringLength(int value)
Gets or sets the length of the format string.
value
- The length of the format string.public final String getFormatStringOverflow()
Gets or sets the format string overflow.
public final void setFormatStringOverflow(String value)
Gets or sets the format string overflow.
value
- The format string overflow.public final String getFormatString()
Gets or sets the format string.
public final void setFormatString(String value)
Gets or sets the format string.
value
- The format string.public final int getDataSetInTheField()
Gets or sets the data set in the field.
public final void setDataSetInTheField(int value)
Gets or sets the data set in the field.
value
- The data set in the field.public final List<String> getObjectIds()
Gets or sets the object ids.
public final void setObjectIds(List<String> value)
Gets or sets the object ids.
value
- The object ids.public final int getObjectIDsNumber()
Gets or sets the object i ds number.
public final void setObjectIDsNumber(int value)
Gets or sets the object i ds number.
value
- The object i ds number.public final List<String> getChildFieldIds()
Gets or sets the child field ids.
public final void setChildFieldIds(List<String> value)
Gets or sets the child field ids.
value
- The child field ids.public final String getEvaluatorId()
Gets or sets the evaluator identifier.
public final void setEvaluatorId(String value)
Gets or sets the evaluator identifier.
value
- The evaluator identifier.public final String getFieldCodeString()
Gets or sets the field code string.
public final void setFieldCodeString(String value)
Gets or sets the field code string.
value
- The field code string.public final String getFieldCodeStringOverflow()
Gets or sets the field code string overflow.
public final void setFieldCodeStringOverflow(String value)
Gets or sets the field code string overflow.
value
- The field code string overflow.public final int getChildFieldsNumber()
Gets or sets the child fields number.
public final void setChildFieldsNumber(int value)
Gets or sets the child fields number.
value
- The child fields number.