|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAAttributeParameterValue
public class NAAttributeParameterValue
Java class for NAAttributeParameterValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAAttributeParameterValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParameterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VarType" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAAttributeParameterValue()
NAAttributeParameterValue default constructor. |
|
NAAttributeParameterValue(String attributeName,
String parameterName,
long varType,
Object value)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAttributeName()
Gets the value of the attributeName property. |
String |
getParameterName()
Gets the value of the parameterName property. |
Object |
getValue()
Gets the value of the value property. |
long |
getVarType()
Gets the value of the varType property. |
void |
setAttributeName(String value)
Sets the value of the attributeName property. |
void |
setParameterName(String value)
Sets the value of the parameterName property. |
void |
setValue(Object value)
Sets the value of the value property. |
void |
setVarType(long value)
Sets the value of the varType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NAAttributeParameterValue(String attributeName,
String parameterName,
long varType,
Object value)
public NAAttributeParameterValue()
| Method Detail |
|---|
public String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic String getParameterName()
Stringpublic void setParameterName(String value)
value - allowed object is
Stringpublic long getVarType()
public void setVarType(long value)
public Object getValue()
JAXBElement <Object>public void setValue(Object value)
value - allowed object is
JAXBElement <Object>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||