com.esri.arcgisws
Class SubtypeFieldInfo

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

public class SubtypeFieldInfo
extends Object
implements Serializable

Java class for SubtypeFieldInfo complex type.

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

 <complexType name="SubtypeFieldInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SubtypeFieldInfo()
          SubtypeFieldInfo default constructor.
SubtypeFieldInfo(String fieldName, String domainName, Object defaultValue)
          Deprecated. 
 
Method Summary
 Object getDefaultValue()
          Gets the value of the defaultValue property.
 String getDomainName()
          Gets the value of the domainName property.
 String getFieldName()
          Gets the value of the fieldName property.
 void setDefaultValue(Object value)
          Sets the value of the defaultValue property.
 void setDomainName(String value)
          Sets the value of the domainName property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtypeFieldInfo

@Deprecated
public SubtypeFieldInfo(String fieldName,
                                   String domainName,
                                   Object defaultValue)
Deprecated. 

SubtypeFieldInfo constructor.


SubtypeFieldInfo

public SubtypeFieldInfo()
SubtypeFieldInfo 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

getDomainName

public String getDomainName()
Gets the value of the domainName property.

Returns:
possible object is String

setDomainName

public void setDomainName(String value)
Sets the value of the domainName property.

Parameters:
value - allowed object is String

getDefaultValue

public Object getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is Object

setDefaultValue

public void setDefaultValue(Object value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is Object