|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.NetworkAdapterType
| Constructor Summary | |
NetworkAdapterType()
|
|
NetworkAdapterType(MessageElement[] _any,
String name,
String IPAddress,
int MTU,
boolean outboundIP,
boolean inboundIP)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this NetworkAdapterType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getIPAddress()
Gets the IPAddress value for this NetworkAdapterType. |
int |
getMTU()
Gets the MTU value for this NetworkAdapterType. |
String |
getName()
Gets the name value for this NetworkAdapterType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isInboundIP()
Gets the inboundIP value for this NetworkAdapterType. |
boolean |
isOutboundIP()
Gets the outboundIP value for this NetworkAdapterType. |
void |
set_any(MessageElement[] _any)
Sets the _any value for this NetworkAdapterType. |
void |
setInboundIP(boolean inboundIP)
Sets the inboundIP value for this NetworkAdapterType. |
void |
setIPAddress(String IPAddress)
Sets the IPAddress value for this NetworkAdapterType. |
void |
setMTU(int MTU)
Sets the MTU value for this NetworkAdapterType. |
void |
setName(String name)
Sets the name value for this NetworkAdapterType. |
void |
setOutboundIP(boolean outboundIP)
Sets the outboundIP value for this NetworkAdapterType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NetworkAdapterType()
public NetworkAdapterType(MessageElement[] _any,
String name,
String IPAddress,
int MTU,
boolean outboundIP,
boolean inboundIP)
| Method Detail |
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress - public int getMTU()
public void setMTU(int MTU)
MTU - public boolean isOutboundIP()
public void setOutboundIP(boolean outboundIP)
outboundIP - public boolean isInboundIP()
public void setInboundIP(boolean inboundIP)
inboundIP - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||