com.esri.arcgisws
Class CodedValue

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

public class CodedValue
extends Object
implements Serializable

ESRI Attribute set constraint object.

Java class for CodedValue complex type.

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

 <complexType name="CodedValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI Attribute set constraint object.

See Also:
Serialized Form

Constructor Summary
CodedValue()
          CodedValue default constructor.
CodedValue(String name, Object code)
          Deprecated. 
 
Method Summary
 Object getCode()
          Gets the value of the code property.
 String getName()
          Gets the value of the name property.
 void setCode(Object value)
          Sets the value of the code property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodedValue

@Deprecated
public CodedValue(String name,
                             Object code)
Deprecated. 

CodedValue constructor.


CodedValue

public CodedValue()
CodedValue default constructor.

Method Detail

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

getCode

public Object getCode()
Gets the value of the code property.

Returns:
possible object is Object

setCode

public void setCode(Object value)
Sets the value of the code property.

Parameters:
value - allowed object is Object