com.esri.arcgisws
Class SubtypeInfo

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

public class SubtypeInfo
extends Object
implements Serializable

Java class for SubtypeInfo complex type.

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

 <complexType name="SubtypeInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SubtypeCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SubtypeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FieldDomainInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfFieldDomainInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SubtypeInfo()
          SubtypeInfo default constructor.
SubtypeInfo(int subtypeCode, String subtypeName, FieldDomainInfo[] fieldDomainInfos)
          Deprecated. 
 
Method Summary
 FieldDomainInfo[] getFieldDomainInfos()
          Gets the value of the fieldDomainInfos property.
 int getSubtypeCode()
          Gets the value of the subtypeCode property.
 String getSubtypeName()
          Gets the value of the subtypeName property.
 void setFieldDomainInfos(FieldDomainInfo[] value)
          Sets the value of the fieldDomainInfos property.
 void setSubtypeCode(int value)
          Sets the value of the subtypeCode property.
 void setSubtypeName(String value)
          Sets the value of the subtypeName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtypeInfo

@Deprecated
public SubtypeInfo(int subtypeCode,
                              String subtypeName,
                              FieldDomainInfo[] fieldDomainInfos)
Deprecated. 

SubtypeInfo constructor.


SubtypeInfo

public SubtypeInfo()
SubtypeInfo default constructor.

Method Detail

getSubtypeCode

public int getSubtypeCode()
Gets the value of the subtypeCode property.


setSubtypeCode

public void setSubtypeCode(int value)
Sets the value of the subtypeCode property.


getSubtypeName

public String getSubtypeName()
Gets the value of the subtypeName property.

Returns:
possible object is String

setSubtypeName

public void setSubtypeName(String value)
Sets the value of the subtypeName property.

Parameters:
value - allowed object is String

getFieldDomainInfos

public FieldDomainInfo[] getFieldDomainInfos()
Gets the value of the fieldDomainInfos property.

Returns:
possible object is []

setFieldDomainInfos

public void setFieldDomainInfos(FieldDomainInfo[] value)
Sets the value of the fieldDomainInfos property.

Parameters:
value - allowed object is []