|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Domain
public abstract class Domain
Domain Properties control and their merge split policies control.
Java class for Domain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Domain">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FieldType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFieldType"/>
<element name="MergePolicy" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriMergePolicyType"/>
<element name="SplitPolicy" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSplitPolicyType"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Domain Properties control and their merge split policies control.
| Constructor Summary | |
|---|---|
Domain()
Domain default constructor. |
|
Domain(String domainName,
EsriFieldType fieldType,
EsriMergePolicyType mergePolicy,
EsriSplitPolicyType splitPolicy,
String description,
String owner)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDescription()
The description of the domain. |
String |
getDomainName()
The ID of the domain. |
EsriFieldType |
getFieldType()
The field type of the field. |
EsriMergePolicyType |
getMergePolicy()
The merge policy. |
String |
getOwner()
The owner of the domain. |
EsriSplitPolicyType |
getSplitPolicy()
The split policy. |
void |
setDescription(String value)
The description of the domain. |
void |
setDomainName(String value)
The ID of the domain. |
void |
setFieldType(EsriFieldType value)
The field type of the field. |
void |
setMergePolicy(EsriMergePolicyType value)
The merge policy. |
void |
setOwner(String value)
The owner of the domain. |
void |
setSplitPolicy(EsriSplitPolicyType value)
The split policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Domain(String domainName,
EsriFieldType fieldType,
EsriMergePolicyType mergePolicy,
EsriSplitPolicyType splitPolicy,
String description,
String owner)
public Domain()
| Method Detail |
|---|
public String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic EsriFieldType getFieldType()
EsriFieldTypepublic void setFieldType(EsriFieldType value)
value - allowed object is
EsriFieldTypepublic EsriMergePolicyType getMergePolicy()
EsriMergePolicyTypepublic void setMergePolicy(EsriMergePolicyType value)
value - allowed object is
EsriMergePolicyTypepublic EsriSplitPolicyType getSplitPolicy()
EsriSplitPolicyTypepublic void setSplitPolicy(EsriSplitPolicyType value)
value - allowed object is
EsriSplitPolicyTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||