IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wsaddr10
Interface EndpointReferenceType

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

public interface EndpointReferenceType
extends commonj.sdo.DataObject

A representation of the model object 'Endpoint Reference Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 AttributedURIType getAddress()
          Returns the value of the 'Address' containment reference.
 commonj.sdo.Sequence getAny()
          Deprecated.  
 commonj.sdo.Sequence getAnyAttribute()
          Deprecated.  
 MetadataType getMetadata()
          Returns the value of the 'Metadata' containment reference.
 ReferenceParametersType getReferenceParameters()
          Returns the value of the 'Reference Parameters' containment reference.
 void setAddress(AttributedURIType value)
          Sets the value of the 'Address' containment reference.
 void setMetadata(MetadataType value)
          Sets the value of the 'Metadata' containment reference.
 void setReferenceParameters(ReferenceParametersType value)
          Sets the value of the 'Reference Parameters' containment reference.
 
Methods inherited from interface commonj.sdo.DataObject
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
 

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

getAddress

AttributedURIType getAddress()
Returns the value of the 'Address' containment reference.

Returns:
the value of the 'Address' containment reference.
See Also:
setAddress(AttributedURIType)

setAddress

void setAddress(AttributedURIType value)
Sets the value of the 'Address' containment reference.

Parameters:
value - the new value of the 'Address' containment reference.
See Also:
getAddress()

getReferenceParameters

ReferenceParametersType getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference.

Returns:
the value of the 'Reference Parameters' containment reference.
See Also:
setReferenceParameters(ReferenceParametersType)

setReferenceParameters

void setReferenceParameters(ReferenceParametersType value)
Sets the value of the 'Reference Parameters' containment reference.

Parameters:
value - the new value of the 'Reference Parameters' containment reference.
See Also:
getReferenceParameters()

getMetadata

MetadataType getMetadata()
Returns the value of the 'Metadata' containment reference.

Returns:
the value of the 'Metadata' containment reference.
See Also:
setMetadata(MetadataType)

setMetadata

void setMetadata(MetadataType value)
Sets the value of the 'Metadata' containment reference.

Parameters:
value - the new value of the 'Metadata' containment reference.
See Also:
getMetadata()

getAny

commonj.sdo.Sequence getAny()
Deprecated. 

Returns the value of the 'Any' attribute list.

This method is not supported by all run-time systems. If this method is not supported, the getSequence() method should be used to get a Sequence that can be used to set and retrieve global elements. If the element name is know, the value can also be retrieved directly with the appropriate get() method.

Returns:
the value of the 'Any' attribute list.

getAnyAttribute

commonj.sdo.Sequence getAnyAttribute()
Deprecated. 

Returns the value of the 'Any Attribute' attribute list.

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.

Returns:
the value of the 'Any Attribute' attribute list.

IBM WebSphere Application ServerTM
Release 8