public class CadXRecord extends CadBaseObject
Class describing CadXRecord
Constructor and Description |
---|
CadXRecord()
Initializes a new instance of the
CadXRecord class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData310()
Gets or sets the binary data 310.
|
byte[] |
getBinaryData311()
Gets or sets the binary data 311.
|
short |
getDuplicateCloningFlag()
Gets or sets the duplicate cloning flag.
|
List<CadCodeValue> |
getObjects()
Gets or sets the objects.
|
void |
setBinaryData310(byte[] value)
Gets or sets the binary data 310.
|
void |
setBinaryData311(byte[] value)
Gets or sets the binary data 311.
|
void |
setDuplicateCloningFlag(short value)
Gets or sets the duplicate cloning flag.
|
void |
setObjects(List<CadCodeValue> value)
Gets or sets the objects.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadXRecord()
Initializes a new instance of the CadXRecord
class.
public final List<CadCodeValue> getObjects()
Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.
public final void setObjects(List<CadCodeValue> value)
Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.
value
- The objects.public final short getDuplicateCloningFlag()
Gets or sets the duplicate cloning flag.
public final void setDuplicateCloningFlag(short value)
Gets or sets the duplicate cloning flag.
value
- The duplicate cloning flag.public final byte[] getBinaryData310()
Gets or sets the binary data 310.
public final void setBinaryData310(byte[] value)
Gets or sets the binary data 310.
value
- The binary data 310.public final byte[] getBinaryData311()
Gets or sets the binary data 311.
public final void setBinaryData311(byte[] value)
Gets or sets the binary data 311.
value
- The binary data 311.