| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CodedValue
public class CodedValue
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.
| 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 | 
|---|
@Deprecated
public CodedValue(String name,
                             Object code)
public CodedValue()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic Object getCode()
Objectpublic void setCode(Object value)
value - allowed object is
     Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||