com.esri.arcgisws
Class PropertyInfo

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

public class PropertyInfo
extends Object
implements Serializable

Java class for PropertyInfo complex type.

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

 <complexType name="PropertyInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AliasName" 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="Editable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsNullable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFieldType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PropertyInfo()
          PropertyInfo default constructor.
PropertyInfo(String aliasName, Domain domain, Boolean editable, Boolean isNullable, int length, String name, EsriFieldType type)
          Deprecated. 
 
Method Summary
 String getAliasName()
          Gets the value of the aliasName property.
 Domain getDomain()
          Gets the value of the domain property.
 Boolean getEditable()
          Gets the value of the editable property.
 Boolean getIsNullable()
          Gets the value of the isNullable property.
 int getLength()
          Gets the value of the length property.
 String getName()
          Gets the value of the name property.
 EsriFieldType getType()
          Gets the value of the type property.
 Boolean isEditable()
           
 Boolean isIsNullable()
           
 void setAliasName(String value)
          Sets the value of the aliasName property.
 void setDomain(Domain value)
          Sets the value of the domain property.
 void setEditable(Boolean value)
          Sets the value of the editable property.
 void setIsNullable(Boolean value)
          Sets the value of the isNullable property.
 void setLength(int value)
          Sets the value of the length property.
 void setName(String value)
          Sets the value of the name property.
 void setType(EsriFieldType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInfo

@Deprecated
public PropertyInfo(String aliasName,
                               Domain domain,
                               Boolean editable,
                               Boolean isNullable,
                               int length,
                               String name,
                               EsriFieldType type)
Deprecated. 

PropertyInfo constructor.


PropertyInfo

public PropertyInfo()
PropertyInfo default constructor.

Method Detail

getAliasName

public String getAliasName()
Gets the value of the aliasName property.

Returns:
possible object is String

setAliasName

public void setAliasName(String value)
Sets the value of the aliasName property.

Parameters:
value - allowed object is String

getDomain

public Domain getDomain()
Gets the value of the domain property.

Returns:
possible object is Domain

setDomain

public void setDomain(Domain value)
Sets the value of the domain property.

Parameters:
value - allowed object is Domain

getEditable

public Boolean getEditable()
Gets the value of the editable property.

Returns:
possible object is Boolean

isEditable

public Boolean isEditable()

setEditable

public void setEditable(Boolean value)
Sets the value of the editable property.

Parameters:
value - allowed object is Boolean

getIsNullable

public Boolean getIsNullable()
Gets the value of the isNullable property.

Returns:
possible object is Boolean

isIsNullable

public Boolean isIsNullable()

setIsNullable

public void setIsNullable(Boolean value)
Sets the value of the isNullable property.

Parameters:
value - allowed object is Boolean

getLength

public int getLength()
Gets the value of the length property.


setLength

public void setLength(int value)
Sets the value of the length property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public EsriFieldType getType()
Gets the value of the type property.

Returns:
possible object is EsriFieldType

setType

public void setType(EsriFieldType value)
Sets the value of the type property.

Parameters:
value - allowed object is EsriFieldType