com.ibm.websphere.sibx.smobo
Interface TargetAddressType


public interface TargetAddressType

A representation of the model object 'Target Address Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getTargetAddressType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getEndpoint()
          Returns the value of the 'Endpoint' attribute.
 void setEndpoint(java.lang.String value)
          Sets the value of the 'Endpoint' attribute.
 

Field Detail

COPYRIGHT

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

$sccsid

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

getEndpoint

public java.lang.String getEndpoint()
Returns the value of the 'Endpoint' attribute.

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

Returns:
the value of the 'Endpoint' attribute.
See Also:
setEndpoint(String), ServiceMessageObjectPackage.getTargetAddressType_Endpoint()

setEndpoint

public void setEndpoint(java.lang.String value)
Sets the value of the 'Endpoint' attribute.

Parameters:
value - the new value of the 'Endpoint' attribute.
See Also:
getEndpoint()