com.esri.arcgisws
Class DomainInfo

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

public class DomainInfo
extends Object
implements Serializable

Java class for DomainInfo complex type.

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

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

See Also:
Serialized Form

Constructor Summary
DomainInfo()
          DomainInfo default constructor.
DomainInfo(Domain domain, Boolean inherited)
          Deprecated. 
 
Method Summary
 Domain getDomain()
          Gets the value of the domain property.
 Boolean getInherited()
          Gets the value of the inherited property.
 Boolean isInherited()
           
 void setDomain(Domain value)
          Sets the value of the domain property.
 void setInherited(Boolean value)
          Sets the value of the inherited property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainInfo

@Deprecated
public DomainInfo(Domain domain,
                             Boolean inherited)
Deprecated. 

DomainInfo constructor.


DomainInfo

public DomainInfo()
DomainInfo default constructor.

Method Detail

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

getInherited

public Boolean getInherited()
Gets the value of the inherited property.

Returns:
possible object is Boolean

isInherited

public Boolean isInherited()

setInherited

public void setInherited(Boolean value)
Sets the value of the inherited property.

Parameters:
value - allowed object is Boolean