|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FieldDomainInfo
public class FieldDomainInfo
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>
| 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 |
|---|
@Deprecated
public FieldDomainInfo(String fieldName,
Domain domain,
Boolean isInherited)
public FieldDomainInfo()
| Method Detail |
|---|
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic Boolean getIsInherited()
Booleanpublic Boolean isIsInherited()
public void setIsInherited(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||