com.ibm.websphere.wsaddr10
Interface RelatesToType

All Superinterfaces:
commonj.sdo.DataObject, java.io.Serializable

public interface RelatesToType
extends commonj.sdo.DataObject

A representation of the model object 'Relates To Type'.

The following features are supported:

See Also:
WSAddr10Package.getRelatesToType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 commonj.sdo.Sequence getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 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.
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, 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, 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
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), WSAddr10Package.getRelatesToType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getRelationshipType

java.lang.Object getRelationshipType()
Returns the value of the 'Relationship Type' attribute. The default value is "http://www.w3.org/2005/08/addressing/reply".

If the meaning of the 'Relationship Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Relationship Type' attribute.
See Also:
isSetRelationshipType(), unsetRelationshipType(), setRelationshipType(Object), WSAddr10Package.getRelatesToType_RelationshipType()

setRelationshipType

void setRelationshipType(java.lang.Object value)
Sets the value of the 'Relationship Type' attribute.

Parameters:
value - the new value of the 'Relationship Type' attribute.
See Also:
isSetRelationshipType(), unsetRelationshipType(), getRelationshipType()

unsetRelationshipType

void unsetRelationshipType()
Unsets the value of the 'Relationship Type' attribute.

See Also:
isSetRelationshipType(), getRelationshipType(), setRelationshipType(Object)

isSetRelationshipType

boolean isSetRelationshipType()
Returns whether the value of the 'Relationship Type' attribute is set.

Returns:
whether the value of the 'Relationship Type' attribute is set.
See Also:
unsetRelationshipType(), getRelationshipType(), setRelationshipType(Object)

getAnyAttribute

commonj.sdo.Sequence getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
WSAddr10Package.getRelatesToType_AnyAttribute()