|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DomainInfo
public class DomainInfo
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>
| 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 |
|---|
@Deprecated
public DomainInfo(Domain domain,
Boolean inherited)
public DomainInfo()
| Method Detail |
|---|
public Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic Boolean getInherited()
Booleanpublic Boolean isInherited()
public void setInherited(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||