org.globus.mds.glue
Class NetworkAdapterType

java.lang.Object
  extended byorg.globus.mds.glue.NetworkAdapterType
All Implemented Interfaces:
AnyContentType, Serializable

public class NetworkAdapterType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

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

NetworkAdapterType

public NetworkAdapterType()

NetworkAdapterType

public NetworkAdapterType(MessageElement[] _any,
                          String name,
                          String IPAddress,
                          int MTU,
                          boolean outboundIP,
                          boolean inboundIP)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this NetworkAdapterType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this NetworkAdapterType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getName

public String getName()
Gets the name value for this NetworkAdapterType.

Returns:
name

setName

public void setName(String name)
Sets the name value for this NetworkAdapterType.

Parameters:
name -

getIPAddress

public String getIPAddress()
Gets the IPAddress value for this NetworkAdapterType.

Returns:
IPAddress

setIPAddress

public void setIPAddress(String IPAddress)
Sets the IPAddress value for this NetworkAdapterType.

Parameters:
IPAddress -

getMTU

public int getMTU()
Gets the MTU value for this NetworkAdapterType.

Returns:
MTU

setMTU

public void setMTU(int MTU)
Sets the MTU value for this NetworkAdapterType.

Parameters:
MTU -

isOutboundIP

public boolean isOutboundIP()
Gets the outboundIP value for this NetworkAdapterType.

Returns:
outboundIP

setOutboundIP

public void setOutboundIP(boolean outboundIP)
Sets the outboundIP value for this NetworkAdapterType.

Parameters:
outboundIP -

isInboundIP

public boolean isInboundIP()
Gets the inboundIP value for this NetworkAdapterType.

Returns:
inboundIP

setInboundIP

public void setInboundIP(boolean inboundIP)
Sets the inboundIP value for this NetworkAdapterType.

Parameters:
inboundIP -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.