public interface Node extends Concurrent
Concurrent,
NodeCREATED_BY, CREATED_ON, LAST_ACCESSED_ON, LAST_MODIFIED_BY, LAST_MODIFIED_ON, LEVEL_NUM, SEQ_ID, SEQUENCE_NUM, TYPE_NAME_CONCURRENT| 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.
|
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.
|
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.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
getCreatedBy, getCreatedOn, getLastAccessedOn, getLastModifiedBy, getLastModifiedOn, getLevelNum, getSeqId, getSequenceNum, isSetCreatedBy, isSetCreatedOn, isSetLastAccessedOn, isSetLastModifiedBy, isSetLastModifiedOn, isSetLevelNum, isSetSeqId, isSetSequenceNum, setCreatedBy, setCreatedOn, setLastAccessedOn, setLastModifiedBy, setLastModifiedOn, setLevelNum, setSeqId, setSequenceNum, unsetCreatedBy, unsetCreatedOn, unsetLastAccessedOn, unsetLastModifiedBy, unsetLastModifiedOn, unsetLevelNum, unsetSeqId, unsetSequenceNumaccept, 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, unsetstatic final String NAMESPACE_URI
static final String TYPE_NAME_NODE
static final String PARENT
static final String CHILD
static final String NAME
static final String BOOLEAN_FIELD
static final String BYTES_FIELD
static final String CHARACTER_FIELD
static final String DATE_FIELD
static final String DATE_TIME_FIELD
static final String DAY_FIELD
static final String DECIMAL_FIELD
static final String DOUBLE_FIELD
static final String DURATION_FIELD
static final String FLOAT_FIELD
static final String INT_FIELD
static final String INTEGER_FIELD
static final String UNSIGNED_INT_FIELD
static final String LONG_FIELD
static final String UNSIGNED_LONG_FIELD
static final String MONTH_FIELD
static final String MONTH_DAY_FIELD
static final String OBJECT_FIELD
static final String SHORT_FIELD
static final String STRING_FIELD
static final String STRINGS_FIELD
static final String TIME_FIELD
static final String URI_FIELD
static final String YEAR_FIELD
static final String YEAR_MONTH_FIELD
static final String YEAR_MONTH_DAY_FIELD
static final String BYTE_FIELD
static final String ROOT_ID
static final String ID
boolean isSetParent()
getParent or setParent(...) for a definition of property parentvoid unsetParent()
getParent or setParent(...) for a definition of property parentNode 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.Node getParent()
void setParent(Node value)
boolean isSetChild()
getChild or setChild(...) for a definition of property childvoid unsetChild()
getChild or setChild(...) for a definition of property childNode 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.Node[] getChild()
Node getChild(int idx)
getChild or setChild(...) for a definition of property childidx - the indexint getChildCount()
getChild or setChild(...) for a definition of property childvoid setChild(Node[] value)
value - the array valuevoid addChild(Node value)
getChild or setChild(...) for a definition of property childvalue - the value to addvoid removeChild(Node value)
getChild or setChild(...) for a definition of property childvalue - the value to removeboolean isSetName()
void unsetName()
String getName()
void setName(String value)
maxLength: 60boolean isSetBooleanField()
void unsetBooleanField()
boolean getBooleanField()
void setBooleanField(boolean value)
boolean isSetBytesField()
void unsetBytesField()
byte[] getBytesField()
void setBytesField(byte[] value)
boolean isSetCharacterField()
void unsetCharacterField()
char getCharacterField()
void setCharacterField(char value)
boolean isSetDateField()
void unsetDateField()
Date getDateField()
void setDateField(Date value)
boolean isSetDateTimeField()
void unsetDateTimeField()
String getDateTimeField()
void setDateTimeField(String value)
boolean isSetDayField()
void unsetDayField()
String getDayField()
void setDayField(String value)
boolean isSetDecimalField()
void unsetDecimalField()
BigDecimal getDecimalField()
void setDecimalField(BigDecimal value)
boolean isSetDoubleField()
void unsetDoubleField()
double getDoubleField()
void setDoubleField(double value)
boolean isSetDurationField()
void unsetDurationField()
String getDurationField()
void setDurationField(String value)
boolean isSetFloatField()
void unsetFloatField()
float getFloatField()
void setFloatField(float value)
fractionDigits: 11boolean isSetIntField()
void unsetIntField()
int getIntField()
void setIntField(int value)
boolean isSetIntegerField()
void unsetIntegerField()
BigInteger getIntegerField()
void setIntegerField(BigInteger value)
boolean isSetUnsignedIntField()
void unsetUnsignedIntField()
org.apache.jena.ext.com.google.common.primitives.UnsignedInteger getUnsignedIntField()
void setUnsignedIntField(org.apache.jena.ext.com.google.common.primitives.UnsignedInteger value)
boolean isSetLongField()
void unsetLongField()
long getLongField()
void setLongField(long value)
boolean isSetUnsignedLongField()
void unsetUnsignedLongField()
org.apache.jena.ext.com.google.common.primitives.UnsignedLong getUnsignedLongField()
void setUnsignedLongField(org.apache.jena.ext.com.google.common.primitives.UnsignedLong value)
boolean isSetMonthField()
void unsetMonthField()
String getMonthField()
void setMonthField(String value)
boolean isSetMonthDayField()
void unsetMonthDayField()
String getMonthDayField()
void setMonthDayField(String value)
boolean isSetObjectField()
void unsetObjectField()
Object getObjectField()
void setObjectField(Object value)
boolean isSetShortField()
void unsetShortField()
short getShortField()
void setShortField(short value)
boolean isSetStringField()
void unsetStringField()
String getStringField()
void setStringField(String value)
maxLength: 20boolean isSetStringsField()
void unsetStringsField()
List getStringsField()
void setStringsField(List value)
maxLength: 30boolean isSetTimeField()
void unsetTimeField()
String getTimeField()
void setTimeField(String value)
boolean isSetUriField()
void unsetUriField()
String getUriField()
void setUriField(String value)
boolean isSetYearField()
void unsetYearField()
String getYearField()
void setYearField(String value)
boolean isSetYearMonthField()
void unsetYearMonthField()
String getYearMonthField()
void setYearMonthField(String value)
boolean isSetYearMonthDayField()
void unsetYearMonthDayField()
String getYearMonthDayField()
void setYearMonthDayField(String value)
boolean isSetByteField()
void unsetByteField()
byte getByteField()
void setByteField(byte value)
boolean isSetRootId()
void unsetRootId()
int getRootId()
void setRootId(int value)
boolean isSetId()
void unsetId()
String getId()
void setId(String value)
maxLength: 36Copyright © 2023. All Rights Reserved.