com.esri.arcgisws
Class NAServerNetworkDescription

java.lang.Object
  extended bycom.esri.arcgisws.NAServerNetworkDescription
All Implemented Interfaces:
java.io.Serializable

public class NAServerNetworkDescription
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NAServerNetworkDescription()
           
NAServerNetworkDescription(java.lang.String name, NAServerNetworkAttribute[] networkAttributes, NAServerNetworkSource[] networkSources)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getName()
          Gets the name value for this NAServerNetworkDescription.
 NAServerNetworkAttribute[] getNetworkAttributes()
          Gets the networkAttributes value for this NAServerNetworkDescription.
 NAServerNetworkSource[] getNetworkSources()
          Gets the networkSources value for this NAServerNetworkDescription.
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()
           
 void setName(java.lang.String name)
          Sets the name value for this NAServerNetworkDescription.
 void setNetworkAttributes(NAServerNetworkAttribute[] networkAttributes)
          Sets the networkAttributes value for this NAServerNetworkDescription.
 void setNetworkSources(NAServerNetworkSource[] networkSources)
          Sets the networkSources value for this NAServerNetworkDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkDescription

public NAServerNetworkDescription()

NAServerNetworkDescription

public NAServerNetworkDescription(java.lang.String name,
                                  NAServerNetworkAttribute[] networkAttributes,
                                  NAServerNetworkSource[] networkSources)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getNetworkAttributes

public NAServerNetworkAttribute[] getNetworkAttributes()
Gets the networkAttributes value for this NAServerNetworkDescription.

Returns:
networkAttributes

setNetworkAttributes

public void setNetworkAttributes(NAServerNetworkAttribute[] networkAttributes)
Sets the networkAttributes value for this NAServerNetworkDescription.

Parameters:
networkAttributes -

getNetworkSources

public NAServerNetworkSource[] getNetworkSources()
Gets the networkSources value for this NAServerNetworkDescription.

Returns:
networkSources

setNetworkSources

public void setNetworkSources(NAServerNetworkSource[] networkSources)
Sets the networkSources value for this NAServerNetworkDescription.

Parameters:
networkSources -

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