public interface RelatesToType
extends commonj.sdo.DataObject
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.Sequence |
getAnyAttribute()
Deprecated.
|
java.lang.Object |
getRelationshipType()
Returns the value of the 'Relationship Type' attribute.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isSetRelationshipType()
Returns whether the value of the '
Relationship Type ' attribute is set. |
void |
setRelationshipType(java.lang.Object value)
Sets the value of the '
Relationship Type ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
void |
unsetRelationshipType()
Unsets the value of the '
Relationship Type ' attribute. |
createDataObject, 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, unset
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getValue()
setValue(String)
void setValue(java.lang.String value)
Value
' attribute.value
- the new value of the 'Value' attribute.getValue()
java.lang.Object getRelationshipType()
"http://www.w3.org/2005/08/addressing/reply"
.isSetRelationshipType()
,
unsetRelationshipType()
,
setRelationshipType(Object)
void setRelationshipType(java.lang.Object value)
Relationship Type
' attribute.value
- the new value of the 'Relationship Type' attribute.isSetRelationshipType()
,
unsetRelationshipType()
,
getRelationshipType()
void unsetRelationshipType()
Relationship Type
' attribute.boolean isSetRelationshipType()
Relationship Type
' attribute is set.unsetRelationshipType()
,
getRelationshipType()
,
setRelationshipType(Object)
commonj.sdo.Sequence getAnyAttribute()
This method is not supported by all run-time systems. The fully supported method to set an 'anyAttribute' value is to use the global attribute Property. The value can be retrieved using the global attribute Property if its name is known, otherwise the instance properties can be used to iterate through the attribute values.