com.esri.arcgisws
Class NAAttributeParameterValue

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

public class NAAttributeParameterValue
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

NAAttributeParameterValue

@Deprecated
public NAAttributeParameterValue(String attributeName,
                                            String parameterName,
                                            long varType,
                                            Object value)
Deprecated. 

NAAttributeParameterValue constructor.


NAAttributeParameterValue

public NAAttributeParameterValue()
NAAttributeParameterValue default constructor.

Method Detail

getAttributeName

public String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String

getParameterName

public String getParameterName()
Gets the value of the parameterName property.

Returns:
possible object is String

setParameterName

public void setParameterName(String value)
Sets the value of the parameterName property.

Parameters:
value - allowed object is String

getVarType

public long getVarType()
Gets the value of the varType property.


setVarType

public void setVarType(long value)
Sets the value of the varType property.


getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is JAXBElement <Object>

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is JAXBElement <Object>