|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ws4d.java.types.XAddressInfo
public class XAddressInfo
| Constructor Summary | |
|---|---|
XAddressInfo()
|
|
XAddressInfo(URI address,
java.lang.String comManId)
|
|
XAddressInfo(URI address,
java.lang.String comManId,
ProtocolInfo protocolInfo)
|
|
XAddressInfo(XAddressInfo xAddressInfo)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getComManId()
|
ProtocolInfo |
getProtocolInfo()
|
URI |
getXAddress()
|
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isProtocolInfoNotDependable()
|
void |
mergeProtocolInfo(ProtocolInfo protocolInfo)
|
void |
mergeProtocolInfo(XAddressInfo xAddressInfo)
|
void |
setComManId(java.lang.String comManId)
|
void |
setProtocolInfo(ProtocolInfo protocolInfo)
|
void |
setProtocolInfoNotDependable(boolean protocolInfoNotDependable)
|
void |
setXAddress(URI address)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XAddressInfo()
public XAddressInfo(XAddressInfo xAddressInfo)
xAddressInfo -
public XAddressInfo(URI address,
java.lang.String comManId)
address - comManId -
public XAddressInfo(URI address,
java.lang.String comManId,
ProtocolInfo protocolInfo)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic URI getXAddress()
public void setXAddress(URI address)
address - the xAddress to setpublic java.lang.String getComManId()
public void setComManId(java.lang.String comManId)
comManId - the comManId to setpublic ProtocolInfo getProtocolInfo()
public void setProtocolInfo(ProtocolInfo protocolInfo)
public void mergeProtocolInfo(ProtocolInfo protocolInfo)
public void mergeProtocolInfo(XAddressInfo xAddressInfo)
public boolean isProtocolInfoNotDependable()
public void setProtocolInfoNotDependable(boolean protocolInfoNotDependable)
public int hashCode()
ATTENTION: only address and comManId are considered
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
ATTENTION: only address and comManId are considered
equals in class java.lang.Objectobj - the reference object with which to compare.
true if this object is the same as the obj argument;
false otherwise.Object.equals(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||