public final class TargetAddress extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
protected short |
__d
Union member _d
|
protected IORAddressingInfo |
_ior
Union member ior
|
protected byte[] |
_object_key
Union member object_key
|
protected TaggedProfile |
_profile
Union member profile
|
| Constructor and Description |
|---|
TargetAddress()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
__default()
default access
|
void |
__default(short _discriminator)
default access
|
short |
discriminator()
Get discriminator value
|
IORAddressingInfo |
ior()
Get ior value
|
void |
ior(IORAddressingInfo value)
Set ior value
|
byte[] |
object_key()
Get object_key value
|
void |
object_key(byte[] value)
Set object_key value
|
TaggedProfile |
profile()
Get profile value
|
void |
profile(TaggedProfile value)
Set profile value
|
protected short __d
protected byte[] _object_key
protected TaggedProfile _profile
protected IORAddressingInfo _ior
public short discriminator()
public void object_key(byte[] value)
public byte[] object_key()
public void profile(TaggedProfile value)
public TaggedProfile profile()
public void ior(IORAddressingInfo value)
public IORAddressingInfo ior()
public void __default()
public void __default(short _discriminator)