com.ibm.websphere.sibx.smobo

Interface TargetAddressType


  1. public interface TargetAddressType
A representation of the model object 'Target Address Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAddress()
Returns the value of the 'Address' attribute.
  1. BindingTypeType
getBindingType()
Returns the value of the 'Binding Type' attribute.
  1. java.lang.String
getImport()
Returns the value of the 'Import' attribute
  1. java.lang.String
getRepositoryMetadata()
Returns the value of the 'Repository Metadata' attribute
  1. boolean
isSetBindingType()
Returns whether the value of the ' Binding Type' attribute is set
  1. void
setAddress(java.lang.String value)
Sets the value of the ' Address' attribute.
  1. void
setBindingType(BindingTypeType value)
Sets the value of the ' Binding Type' attribute
  1. void
setImport(java.lang.String value)
Sets the value of the ' Import' attribute
  1. void
setRepositoryMetadata(java.lang.String value)
Sets the value of the ' Repository Metadata' attribute
  1. void
unsetBindingType()
Unsets the value of the ' Binding Type' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getAddress

  1. java.lang.String getAddress()
Returns the value of the 'Address' attribute.
Returns:
the value of the 'Address' attribute.
See Also:

setAddress

  1. void setAddress(java.lang.String value)
Sets the value of the ' Address' attribute.
Parameters:
value - the new value of the 'Address' attribute.
See Also:

getBindingType

  1. BindingTypeType getBindingType( )
Returns the value of the 'Binding Type' attribute. The default value is "NotSet". The literals are from the enumeration BindingTypeType.
Returns:
the value of the 'Binding Type' attribute.
See Also:

setBindingType

  1. void setBindingType(BindingTypeType value)
Sets the value of the ' Binding Type' attribute.
Parameters:
value - the new value of the 'Binding Type' attribute.
See Also:

unsetBindingType

  1. void unsetBindingType()
Unsets the value of the ' Binding Type' attribute.
See Also:

isSetBindingType

  1. boolean isSetBindingType()
Returns whether the value of the ' Binding Type' attribute is set.
Returns:
whether the value of the 'Binding Type' attribute is set.
See Also:

getImport

  1. java.lang.String getImport()
Returns the value of the 'Import' attribute.
Returns:
the value of the 'Import' attribute.
See Also:

setImport

  1. void setImport(java.lang.String value)
Sets the value of the ' Import' attribute.
Parameters:
value - the new value of the 'Import' attribute.
See Also:

getRepositoryMetadata

  1. java.lang.String getRepositoryMetadata( )
Returns the value of the 'Repository Metadata' attribute.
Returns:
the value of the 'Repository Metadata' attribute.
See Also:

setRepositoryMetadata

  1. void setRepositoryMetadata(java.lang.String value)
Sets the value of the ' Repository Metadata' attribute.
Parameters:
value - the new value of the 'Repository Metadata' attribute.
See Also: