com.esri.arcgisws
Class Patch

java.lang.Object
  extended bycom.esri.arcgisws.Patch
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AreaPatch, LinePatch

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

See Also:
Serialized Form

Constructor Summary
Patch()
           
Patch(java.lang.String name, java.lang.Boolean preserveAspectRatio, Geometry geometry)
           
 
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
 Geometry getGeometry()
          Gets the geometry value for this Patch.
 java.lang.String getName()
          Gets the name value for this Patch.
 java.lang.Boolean getPreserveAspectRatio()
          Gets the preserveAspectRatio value for this Patch.
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 setGeometry(Geometry geometry)
          Sets the geometry value for this Patch.
 void setName(java.lang.String name)
          Sets the name value for this Patch.
 void setPreserveAspectRatio(java.lang.Boolean preserveAspectRatio)
          Sets the preserveAspectRatio value for this Patch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patch

public Patch()

Patch

public Patch(java.lang.String name,
             java.lang.Boolean preserveAspectRatio,
             Geometry geometry)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getPreserveAspectRatio

public java.lang.Boolean getPreserveAspectRatio()
Gets the preserveAspectRatio value for this Patch.

Returns:
preserveAspectRatio

setPreserveAspectRatio

public void setPreserveAspectRatio(java.lang.Boolean preserveAspectRatio)
Sets the preserveAspectRatio value for this Patch.

Parameters:
preserveAspectRatio -

getGeometry

public Geometry getGeometry()
Gets the geometry value for this Patch.

Returns:
geometry

setGeometry

public void setGeometry(Geometry geometry)
Sets the geometry value for this Patch.

Parameters:
geometry -

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