public interface TargetAddressType
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 |
---|---|
java.lang.String |
getAddress()
Returns the value of the 'Address' attribute.
|
BindingTypeType |
getBindingType()
Returns the value of the 'Binding Type' attribute.
|
java.lang.String |
getImport()
Returns the value of the 'Import' attribute
|
java.lang.String |
getRepositoryMetadata()
Returns the value of the 'Repository Metadata' attribute
|
boolean |
isSetBindingType()
Returns whether the value of the '
Binding Type ' attribute is set |
void |
setAddress(java.lang.String value)
Sets the value of the '
Address ' attribute. |
void |
setBindingType(BindingTypeType value)
Sets the value of the '
Binding Type ' attribute |
void |
setImport(java.lang.String value)
Sets the value of the '
Import ' attribute |
void |
setRepositoryMetadata(java.lang.String value)
Sets the value of the '
Repository Metadata ' attribute |
void |
unsetBindingType()
Unsets the value of the '
Binding Type ' attribute |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getAddress()
setAddress(String)
void setAddress(java.lang.String value)
Address
' attribute.value
- the new value of the 'Address' attribute.getAddress()
BindingTypeType getBindingType()
"NotSet"
.
The literals are from the enumeration BindingTypeType
.
BindingTypeType
,
isSetBindingType()
,
unsetBindingType()
,
setBindingType(BindingTypeType)
void setBindingType(BindingTypeType value)
Binding Type
' attribute.
value
- the new value of the 'Binding Type' attribute.BindingTypeType
,
isSetBindingType()
,
unsetBindingType()
,
getBindingType()
void unsetBindingType()
Binding Type
' attribute.
boolean isSetBindingType()
Binding Type
' attribute is set.
unsetBindingType()
,
getBindingType()
,
setBindingType(BindingTypeType)
java.lang.String getImport()
setImport(String)
void setImport(java.lang.String value)
Import
' attribute.
value
- the new value of the 'Import' attribute.getImport()
java.lang.String getRepositoryMetadata()
setRepositoryMetadata(String)
void setRepositoryMetadata(java.lang.String value)
Repository Metadata
' attribute.
value
- the new value of the 'Repository Metadata' attribute.getRepositoryMetadata()