com.esri.arcgisws
Class FieldDomainInfo

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

public class FieldDomainInfo
extends Object
implements Serializable

Java class for FieldDomainInfo complex type.

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

 <complexType name="FieldDomainInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Domain" type="{http://www.esri.com/schemas/ArcGIS/10.0}Domain" minOccurs="0"/>
         <element name="IsInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FieldDomainInfo()
          FieldDomainInfo default constructor.
FieldDomainInfo(String fieldName, Domain domain, Boolean isInherited)
          Deprecated. 
 
Method Summary
 Domain getDomain()
          Gets the value of the domain property.
 String getFieldName()
          Gets the value of the fieldName property.
 Boolean getIsInherited()
          Gets the value of the isInherited property.
 Boolean isIsInherited()
           
 void setDomain(Domain value)
          Sets the value of the domain property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setIsInherited(Boolean value)
          Sets the value of the isInherited property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDomainInfo

@Deprecated
public FieldDomainInfo(String fieldName,
                                  Domain domain,
                                  Boolean isInherited)
Deprecated. 

FieldDomainInfo constructor.


FieldDomainInfo

public FieldDomainInfo()
FieldDomainInfo default constructor.

Method Detail

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getDomain

public Domain getDomain()
Gets the value of the domain property.

Returns:
possible object is Domain

setDomain

public void setDomain(Domain value)
Sets the value of the domain property.

Parameters:
value - allowed object is Domain

getIsInherited

public Boolean getIsInherited()
Gets the value of the isInherited property.

Returns:
possible object is Boolean

isIsInherited

public Boolean isIsInherited()

setIsInherited

public void setIsInherited(Boolean value)
Sets the value of the isInherited property.

Parameters:
value - allowed object is Boolean