com.esri.arcgisws
Class RangeDomain

java.lang.Object
  extended by com.esri.arcgisws.Domain
      extended by com.esri.arcgisws.RangeDomain
All Implemented Interfaces:
Serializable

public class RangeDomain
extends Domain
implements Serializable

ESRI Range Domain object.

Java class for RangeDomain complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RangeDomain">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Domain">
       <sequence>
         <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
ESRI Range Domain object.

See Also:
Serialized Form

Constructor Summary
RangeDomain()
          RangeDomain default constructor.
RangeDomain(String domainName, EsriFieldType fieldType, EsriMergePolicyType mergePolicy, EsriSplitPolicyType splitPolicy, String description, String owner, Object maxValue, Object minValue)
          Deprecated. 
 
Method Summary
 Object getMaxValue()
          The maximum value for the associated attribute.
 Object getMinValue()
          The minimum value for the associated attribute.
 void setMaxValue(Object value)
          The maximum value for the associated attribute.
 void setMinValue(Object value)
          The minimum value for the associated attribute.
 
Methods inherited from class com.esri.arcgisws.Domain
getDescription, getDomainName, getFieldType, getMergePolicy, getOwner, getSplitPolicy, setDescription, setDomainName, setFieldType, setMergePolicy, setOwner, setSplitPolicy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeDomain

@Deprecated
public RangeDomain(String domainName,
                              EsriFieldType fieldType,
                              EsriMergePolicyType mergePolicy,
                              EsriSplitPolicyType splitPolicy,
                              String description,
                              String owner,
                              Object maxValue,
                              Object minValue)
Deprecated. 

RangeDomain constructor.


RangeDomain

public RangeDomain()
RangeDomain default constructor.

Method Detail

getMaxValue

public Object getMaxValue()
The maximum value for the associated attribute. Gets the value of the maxValue property.

Returns:
possible object is Object

setMaxValue

public void setMaxValue(Object value)
The maximum value for the associated attribute. Sets the value of the maxValue property.

Parameters:
value - allowed object is Object

getMinValue

public Object getMinValue()
The minimum value for the associated attribute. Gets the value of the minValue property.

Returns:
possible object is Object

setMinValue

public void setMinValue(Object value)
The minimum value for the associated attribute. Sets the value of the minValue property.

Parameters:
value - allowed object is Object