|
|||||||||
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(java.lang.String name,
java.lang.Object code)
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
getCode()
Gets the value of the code property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setCode(java.lang.Object value)
Sets the value of the code property. |
void |
setName(java.lang.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(java.lang.String name, java.lang.Object code)
public CodedValue()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getCode()
Object
public void setCode(java.lang.Object value)
value
- allowed object is
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |