org.globus.mds.glue
Class NetworkAdapterType

java.lang.Object
  extended byorg.globus.mds.glue.NetworkAdapterType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class NetworkAdapterType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  boolean inboundIP
           
private  java.lang.String IPAddress
           
private  int MTU
           
private  java.lang.String name
           
private  boolean outboundIP
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
NetworkAdapterType()
           
NetworkAdapterType(java.lang.String IPAddress, int MTU, org.apache.axis.message.MessageElement[] _any, boolean inboundIP, java.lang.String name, boolean outboundIP)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this NetworkAdapterType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getIPAddress()
          Gets the IPAddress value for this NetworkAdapterType.
 int getMTU()
          Gets the MTU value for this NetworkAdapterType.
 java.lang.String getName()
          Gets the name value for this NetworkAdapterType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.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(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this NetworkAdapterType.
 void setInboundIP(boolean inboundIP)
          Sets the inboundIP value for this NetworkAdapterType.
 void setIPAddress(java.lang.String IPAddress)
          Sets the IPAddress value for this NetworkAdapterType.
 void setMTU(int MTU)
          Sets the MTU value for this NetworkAdapterType.
 void setName(java.lang.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
 

Field Detail

_any

private org.apache.axis.message.MessageElement[] _any

name

private java.lang.String name

IPAddress

private java.lang.String IPAddress

MTU

private int MTU

outboundIP

private boolean outboundIP

inboundIP

private boolean inboundIP

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

NetworkAdapterType

public NetworkAdapterType()

NetworkAdapterType

public NetworkAdapterType(java.lang.String IPAddress,
                          int MTU,
                          org.apache.axis.message.MessageElement[] _any,
                          boolean inboundIP,
                          java.lang.String name,
                          boolean outboundIP)
Method Detail

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this NetworkAdapterType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getName

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

Returns:
name

setName

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

Parameters:
name -

getIPAddress

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

Returns:
IPAddress

setIPAddress

public void setIPAddress(java.lang.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(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer