public class DateTimeNodeSDO extends org.plasma.sdo.core.CoreDataObject implements Serializable, DateTimeNode
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class
|
TYPE_NAME_DATE_TIME_NODEBOOLEAN_FIELD, BYTE_FIELD, BYTES_FIELD, CHARACTER_FIELD, CHILD, DATE_FIELD, DATE_TIME_FIELD, DAY_FIELD, DECIMAL_FIELD, DOUBLE_FIELD, DURATION_FIELD, FLOAT_FIELD, ID, INT_FIELD, INTEGER_FIELD, LONG_FIELD, MONTH_DAY_FIELD, MONTH_FIELD, NAME, OBJECT_FIELD, PARENT, ROOT_ID, SHORT_FIELD, STRING_FIELD, STRINGS_FIELD, TIME_FIELD, TYPE_NAME_NODE, UNSIGNED_INT_FIELD, UNSIGNED_LONG_FIELD, URI_FIELD, YEAR_FIELD, YEAR_MONTH_DAY_FIELD, YEAR_MONTH_FIELDCREATED_BY, CREATED_ON, LAST_ACCESSED_ON, LAST_MODIFIED_BY, LAST_MODIFIED_ON, LEVEL_NUM, SEQ_ID, SEQUENCE_NUM, TYPE_NAME_CONCURRENT| Constructor and Description |
|---|
DateTimeNodeSDO()
Default No-arg constructor required for serialization operations.
|
DateTimeNodeSDO(commonj.sdo.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node value)
Adds the given value of Type Node for the object's multi-valued property child.
|
Node |
createChild()
Creates and returns a new instance of Type
Node automatically establishing a containment relationship through the object's reference property, child. |
Node |
createParent()
Creates and returns a new instance of Type
Node automatically establishing a containment relationship through the object's reference property, parent. |
boolean |
getBooleanField()
Returns the value of the booleanField property.
|
byte |
getByteField()
Returns the value of the byteField property.
|
byte[] |
getBytesField()
Returns the value of the bytesField property.
|
char |
getCharacterField()
Returns the value of the characterField property.
|
Node[] |
getChild()
Returns an array of Node set for the object's multi-valued property child.
|
Node |
getChild(int idx)
Returns the Node set for the object's multi-valued property child based on the given index.
|
int |
getChildCount()
Returns a count for multi-valued property child.
|
String |
getCreatedBy()
Returns the value of the createdBy property.
|
String |
getCreatedOn()
Returns the value of the createdOn property.
|
Date |
getDateField()
Returns the value of the dateField property.
|
String |
getDateTimeField()
Returns the value of the dateTimeField property.
|
String |
getDayField()
Returns the value of the dayField property.
|
BigDecimal |
getDecimalField()
Returns the value of the decimalField property.
|
double |
getDoubleField()
Returns the value of the doubleField property.
|
String |
getDurationField()
Returns the value of the durationField property.
|
float |
getFloatField()
Returns the value of the floatField property.
|
String |
getId()
Returns the value of the id property.
|
BigInteger |
getIntegerField()
Returns the value of the integerField property.
|
int |
getIntField()
Returns the value of the intField property.
|
String |
getLastAccessedOn()
Returns the value of the lastAccessedOn property.
|
String |
getLastModifiedBy()
Returns the value of the lastModifiedBy property.
|
String |
getLastModifiedOn()
Returns the value of the lastModifiedOn property.
|
long |
getLevelNum()
Returns the value of the levelNum property.
|
long |
getLongField()
Returns the value of the longField property.
|
String |
getMonthDayField()
Returns the value of the monthDayField property.
|
String |
getMonthField()
Returns the value of the monthField property.
|
String |
getName()
Returns the value of the name property.
|
Object |
getObjectField()
Returns the value of the objectField property.
|
Node |
getParent()
Returns the value of the parent property.
|
int |
getRootId()
Returns the value of the rootId property.
|
long |
getSeqId()
Returns the value of the seqId property.
|
long |
getSequenceNum()
Returns the value of the sequenceNum property.
|
short |
getShortField()
Returns the value of the shortField property.
|
String |
getStringField()
Returns the value of the stringField property.
|
List |
getStringsField()
Returns the value of the stringsField property.
|
String |
getTimeField()
Returns the value of the timeField property.
|
org.apache.jena.ext.com.google.common.primitives.UnsignedInteger |
getUnsignedIntField()
Returns the value of the unsignedIntField property.
|
org.apache.jena.ext.com.google.common.primitives.UnsignedLong |
getUnsignedLongField()
Returns the value of the unsignedLongField property.
|
String |
getUriField()
Returns the value of the uriField property.
|
String |
getYearField()
Returns the value of the YearField property.
|
String |
getYearMonthDayField()
Returns the value of the yearMonthDayField property.
|
String |
getYearMonthField()
Returns the value of the yearMonthField property.
|
boolean |
isSetBooleanField()
Returns true if the booleanField property is set.
|
boolean |
isSetByteField()
Returns true if the byteField property is set.
|
boolean |
isSetBytesField()
Returns true if the bytesField property is set.
|
boolean |
isSetCharacterField()
Returns true if the characterField property is set.
|
boolean |
isSetChild()
Returns true if the child property is set.
|
boolean |
isSetCreatedBy()
Returns true if the createdBy property is set.
|
boolean |
isSetCreatedOn()
Returns true if the createdOn property is set.
|
boolean |
isSetDateField()
Returns true if the dateField property is set.
|
boolean |
isSetDateTimeField()
Returns true if the dateTimeField property is set.
|
boolean |
isSetDayField()
Returns true if the dayField property is set.
|
boolean |
isSetDecimalField()
Returns true if the decimalField property is set.
|
boolean |
isSetDoubleField()
Returns true if the doubleField property is set.
|
boolean |
isSetDurationField()
Returns true if the durationField property is set.
|
boolean |
isSetFloatField()
Returns true if the floatField property is set.
|
boolean |
isSetId()
Returns true if the id property is set.
|
boolean |
isSetIntegerField()
Returns true if the integerField property is set.
|
boolean |
isSetIntField()
Returns true if the intField property is set.
|
boolean |
isSetLastAccessedOn()
Returns true if the lastAccessedOn property is set.
|
boolean |
isSetLastModifiedBy()
Returns true if the lastModifiedBy property is set.
|
boolean |
isSetLastModifiedOn()
Returns true if the lastModifiedOn property is set.
|
boolean |
isSetLevelNum()
Returns true if the levelNum property is set.
|
boolean |
isSetLongField()
Returns true if the longField property is set.
|
boolean |
isSetMonthDayField()
Returns true if the monthDayField property is set.
|
boolean |
isSetMonthField()
Returns true if the monthField property is set.
|
boolean |
isSetName()
Returns true if the name property is set.
|
boolean |
isSetObjectField()
Returns true if the objectField property is set.
|
boolean |
isSetParent()
Returns true if the parent property is set.
|
boolean |
isSetRootId()
Returns true if the rootId property is set.
|
boolean |
isSetSeqId()
Returns true if the seqId property is set.
|
boolean |
isSetSequenceNum()
Returns true if the sequenceNum property is set.
|
boolean |
isSetShortField()
Returns true if the shortField property is set.
|
boolean |
isSetStringField()
Returns true if the stringField property is set.
|
boolean |
isSetStringsField()
Returns true if the stringsField property is set.
|
boolean |
isSetTimeField()
Returns true if the timeField property is set.
|
boolean |
isSetUnsignedIntField()
Returns true if the unsignedIntField property is set.
|
boolean |
isSetUnsignedLongField()
Returns true if the unsignedLongField property is set.
|
boolean |
isSetUriField()
Returns true if the uriField property is set.
|
boolean |
isSetYearField()
Returns true if the YearField property is set.
|
boolean |
isSetYearMonthDayField()
Returns true if the yearMonthDayField property is set.
|
boolean |
isSetYearMonthField()
Returns true if the yearMonthField property is set.
|
void |
removeChild(Node value)
Removes the given value of Type Node for the object's multi-valued property child.
|
void |
setBooleanField(boolean value)
Sets the value of the booleanField property to the given value.
|
void |
setByteField(byte value)
Sets the value of the byteField property to the given value.
|
void |
setBytesField(byte[] value)
Sets the value of the bytesField property to the given value.
|
void |
setCharacterField(char value)
Sets the value of the characterField property to the given value.
|
void |
setChild(Node[] value)
Sets the given array of Type Node for the object's multi-valued property child.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property to the given value.
|
void |
setCreatedOn(String value)
Sets the value of the createdOn property to the given value.
|
void |
setDateField(Date value)
Sets the value of the dateField property to the given value.
|
void |
setDateTimeField(String value)
Sets the value of the dateTimeField property to the given value.
|
void |
setDayField(String value)
Sets the value of the dayField property to the given value.
|
void |
setDecimalField(BigDecimal value)
Sets the value of the decimalField property to the given value.
|
void |
setDoubleField(double value)
Sets the value of the doubleField property to the given value.
|
void |
setDurationField(String value)
Sets the value of the durationField property to the given value.
|
void |
setFloatField(float value)
Sets the value of the floatField property to the given value.
|
void |
setId(String value)
Sets the value of the id property to the given value.
|
void |
setIntegerField(BigInteger value)
Sets the value of the integerField property to the given value.
|
void |
setIntField(int value)
Sets the value of the intField property to the given value.
|
void |
setLastAccessedOn(String value)
Sets the value of the lastAccessedOn property to the given value.
|
void |
setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property to the given value.
|
void |
setLastModifiedOn(String value)
Sets the value of the lastModifiedOn property to the given value.
|
void |
setLevelNum(long value)
Sets the value of the levelNum property to the given value.
|
void |
setLongField(long value)
Sets the value of the longField property to the given value.
|
void |
setMonthDayField(String value)
Sets the value of the monthDayField property to the given value.
|
void |
setMonthField(String value)
Sets the value of the monthField property to the given value.
|
void |
setName(String value)
Sets the value of the name property to the given value.
|
void |
setObjectField(Object value)
Sets the value of the objectField property to the given value.
|
void |
setParent(Node value)
Sets the value of the parent property to the given value.
|
void |
setRootId(int value)
Sets the value of the rootId property to the given value.
|
void |
setSeqId(long value)
Sets the value of the seqId property to the given value.
|
void |
setSequenceNum(long value)
Sets the value of the sequenceNum property to the given value.
|
void |
setShortField(short value)
Sets the value of the shortField property to the given value.
|
void |
setStringField(String value)
Sets the value of the stringField property to the given value.
|
void |
setStringsField(List value)
Sets the value of the stringsField property to the given value.
|
void |
setTimeField(String value)
Sets the value of the timeField property to the given value.
|
void |
setUnsignedIntField(org.apache.jena.ext.com.google.common.primitives.UnsignedInteger value)
Sets the value of the unsignedIntField property to the given value.
|
void |
setUnsignedLongField(org.apache.jena.ext.com.google.common.primitives.UnsignedLong value)
Sets the value of the unsignedLongField property to the given value.
|
void |
setUriField(String value)
Sets the value of the uriField property to the given value.
|
void |
setYearField(String value)
Sets the value of the YearField property to the given value.
|
void |
setYearMonthDayField(String value)
Sets the value of the yearMonthDayField property to the given value.
|
void |
setYearMonthField(String value)
Sets the value of the yearMonthField property to the given value.
|
void |
unsetBooleanField()
Unsets the booleanField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetByteField()
Unsets the byteField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetBytesField()
Unsets the bytesField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetCharacterField()
Unsets the characterField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetChild()
Unsets the child property, clearing the underlying collection.
|
void |
unsetCreatedBy()
Unsets the createdBy property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetCreatedOn()
Unsets the createdOn property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDateField()
Unsets the dateField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDateTimeField()
Unsets the dateTimeField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDayField()
Unsets the dayField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDecimalField()
Unsets the decimalField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDoubleField()
Unsets the doubleField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDurationField()
Unsets the durationField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetFloatField()
Unsets the floatField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetId()
Unsets the id property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetIntegerField()
Unsets the integerField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetIntField()
Unsets the intField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLastAccessedOn()
Unsets the lastAccessedOn property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLastModifiedBy()
Unsets the lastModifiedBy property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLastModifiedOn()
Unsets the lastModifiedOn property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLevelNum()
Unsets the levelNum property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLongField()
Unsets the longField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetMonthDayField()
Unsets the monthDayField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetMonthField()
Unsets the monthField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetName()
Unsets the name property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetObjectField()
Unsets the objectField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetParent()
Unsets the parent property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetRootId()
Unsets the rootId property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetSeqId()
Unsets the seqId property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetSequenceNum()
Unsets the sequenceNum property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetShortField()
Unsets the shortField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetStringField()
Unsets the stringField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetStringsField()
Unsets the stringsField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTimeField()
Unsets the timeField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetUnsignedIntField()
Unsets the unsignedIntField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetUnsignedLongField()
Unsets the unsignedLongField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetUriField()
Unsets the uriField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetYearField()
Unsets the YearField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetYearMonthDayField()
Unsets the yearMonthDayField property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetYearMonthField()
Unsets the yearMonthField property, the value
of the property of the object being set to the property's
default value.
|
accept, accept, accept, acceptDepthFirst, add, contains, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, dump, dumpDepthFirst, equals, find, get, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, getUUID, getUUIDAsString, hashCode, isSet, isSet, isSet, remove, remove, reparent, reset, resetUUID, set, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setContainer, setContainmentProperty, setDataGraph, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, toString, unset, unset, unset, uuidFromBase64, uuidToBase64, valuesgetEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, get, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, set, setContainer, setContainmentProperty, setDataGraph, valuescreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetpublic static final String NAMESPACE_URI
public DateTimeNodeSDO()
public DateTimeNodeSDO(commonj.sdo.Type type)
public boolean isSetYearField()
public void unsetYearField()
public String getYearField()
public void setYearField(String value)
public boolean isSetBooleanField()
public void unsetBooleanField()
public boolean getBooleanField()
public void setBooleanField(boolean value)
public boolean isSetByteField()
public void unsetByteField()
public byte getByteField()
public void setByteField(byte value)
public boolean isSetBytesField()
public void unsetBytesField()
public byte[] getBytesField()
public void setBytesField(byte[] value)
public boolean isSetCharacterField()
public void unsetCharacterField()
public char getCharacterField()
public void setCharacterField(char value)
public boolean isSetChild()
getChild or setChild(...) for a definition of property childpublic void unsetChild()
getChild or setChild(...) for a definition of property childpublic Node createChild()
Node automatically establishing a containment relationship through the object's reference property, child.
Property Definition:
See getChild or setChild(...) for a definition of property childNode automatically establishing a containment relationship through the object's reference property child.public Node[] getChild()
Nodepublic Node getChild(int idx)
NodegetChild or setChild(...) for a definition of property childidx - the indexpublic int getChildCount()
NodegetChild or setChild(...) for a definition of property childpublic void setChild(Node[] value)
Nodevalue - the array valuepublic void addChild(Node value)
NodegetChild or setChild(...) for a definition of property childvalue - the value to addpublic void removeChild(Node value)
NodegetChild or setChild(...) for a definition of property childvalue - the value to removepublic boolean isSetCreatedBy()
isSetCreatedBy in interface Concurrentpublic void unsetCreatedBy()
unsetCreatedBy in interface Concurrentpublic String getCreatedBy()
getCreatedBy in interface Concurrentpublic void setCreatedBy(String value)
setCreatedBy in interface Concurrentpublic boolean isSetCreatedOn()
isSetCreatedOn in interface Concurrentpublic void unsetCreatedOn()
unsetCreatedOn in interface Concurrentpublic String getCreatedOn()
getCreatedOn in interface Concurrentpublic void setCreatedOn(String value)
setCreatedOn in interface Concurrentpublic boolean isSetDateField()
public void unsetDateField()
public Date getDateField()
public void setDateField(Date value)
public boolean isSetDateTimeField()
public void unsetDateTimeField()
public String getDateTimeField()
public void setDateTimeField(String value)
public boolean isSetDayField()
public void unsetDayField()
public String getDayField()
public void setDayField(String value)
public boolean isSetDecimalField()
public void unsetDecimalField()
public BigDecimal getDecimalField()
public void setDecimalField(BigDecimal value)
public boolean isSetDoubleField()
public void unsetDoubleField()
public double getDoubleField()
public void setDoubleField(double value)
public boolean isSetDurationField()
public void unsetDurationField()
public String getDurationField()
public void setDurationField(String value)
public boolean isSetFloatField()
public void unsetFloatField()
public float getFloatField()
public void setFloatField(float value)
fractionDigits: 11public boolean isSetId()
public void unsetId()
public String getId()
public void setId(String value)
maxLength: 36public boolean isSetIntField()
public void unsetIntField()
public int getIntField()
public void setIntField(int value)
public boolean isSetIntegerField()
public void unsetIntegerField()
public BigInteger getIntegerField()
public void setIntegerField(BigInteger value)
public boolean isSetLastAccessedOn()
isSetLastAccessedOn in interface Concurrentpublic void unsetLastAccessedOn()
unsetLastAccessedOn in interface Concurrentpublic String getLastAccessedOn()
getLastAccessedOn in interface Concurrentpublic void setLastAccessedOn(String value)
setLastAccessedOn in interface Concurrentpublic boolean isSetLastModifiedBy()
isSetLastModifiedBy in interface Concurrentpublic void unsetLastModifiedBy()
unsetLastModifiedBy in interface Concurrentpublic String getLastModifiedBy()
getLastModifiedBy in interface Concurrentpublic void setLastModifiedBy(String value)
setLastModifiedBy in interface Concurrentpublic boolean isSetLastModifiedOn()
isSetLastModifiedOn in interface Concurrentpublic void unsetLastModifiedOn()
unsetLastModifiedOn in interface Concurrentpublic String getLastModifiedOn()
getLastModifiedOn in interface Concurrentpublic void setLastModifiedOn(String value)
setLastModifiedOn in interface Concurrentpublic boolean isSetLevelNum()
isSetLevelNum in interface Concurrentpublic void unsetLevelNum()
unsetLevelNum in interface Concurrentpublic long getLevelNum()
getLevelNum in interface Concurrentpublic void setLevelNum(long value)
setLevelNum in interface Concurrentpublic boolean isSetLongField()
public void unsetLongField()
public long getLongField()
public void setLongField(long value)
public boolean isSetMonthDayField()
public void unsetMonthDayField()
public String getMonthDayField()
public void setMonthDayField(String value)
public boolean isSetMonthField()
public void unsetMonthField()
public String getMonthField()
public void setMonthField(String value)
public boolean isSetName()
public void unsetName()
public String getName()
public void setName(String value)
maxLength: 60public boolean isSetObjectField()
public void unsetObjectField()
public Object getObjectField()
public void setObjectField(Object value)
public boolean isSetParent()
getParent or setParent(...) for a definition of property parentpublic void unsetParent()
getParent or setParent(...) for a definition of property parentpublic Node createParent()
Node automatically establishing a containment relationship through the object's reference property, parent.
Property Definition:
See getParent or setParent(...) for a definition of property parentNode automatically establishing a containment relationship through the object's reference property parent.public Node getParent()
public void setParent(Node value)
public boolean isSetRootId()
public void unsetRootId()
public int getRootId()
public void setRootId(int value)
public boolean isSetSeqId()
isSetSeqId in interface Concurrentpublic void unsetSeqId()
unsetSeqId in interface Concurrentpublic long getSeqId()
getSeqId in interface Concurrentpublic void setSeqId(long value)
setSeqId in interface Concurrentpublic boolean isSetSequenceNum()
isSetSequenceNum in interface Concurrentpublic void unsetSequenceNum()
unsetSequenceNum in interface Concurrentpublic long getSequenceNum()
getSequenceNum in interface Concurrentpublic void setSequenceNum(long value)
setSequenceNum in interface Concurrentpublic boolean isSetShortField()
public void unsetShortField()
public short getShortField()
public void setShortField(short value)
public boolean isSetStringField()
public void unsetStringField()
public String getStringField()
public void setStringField(String value)
maxLength: 20public boolean isSetStringsField()
public void unsetStringsField()
public List getStringsField()
public void setStringsField(List value)
maxLength: 30public boolean isSetTimeField()
public void unsetTimeField()
public String getTimeField()
public void setTimeField(String value)
public boolean isSetUnsignedIntField()
public void unsetUnsignedIntField()
public org.apache.jena.ext.com.google.common.primitives.UnsignedInteger getUnsignedIntField()
public void setUnsignedIntField(org.apache.jena.ext.com.google.common.primitives.UnsignedInteger value)
public boolean isSetUnsignedLongField()
public void unsetUnsignedLongField()
public org.apache.jena.ext.com.google.common.primitives.UnsignedLong getUnsignedLongField()
public void setUnsignedLongField(org.apache.jena.ext.com.google.common.primitives.UnsignedLong value)
public boolean isSetUriField()
public void unsetUriField()
public String getUriField()
public void setUriField(String value)
public boolean isSetYearMonthDayField()
public void unsetYearMonthDayField()
public String getYearMonthDayField()
public void setYearMonthDayField(String value)
public boolean isSetYearMonthField()
public void unsetYearMonthField()
public String getYearMonthField()
public void setYearMonthField(String value)
Copyright © 2023. All Rights Reserved.