|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.RasterFunctionVariable
public class RasterFunctionVariable
Java class for RasterFunctionVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterFunctionVariable"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="Aliases" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/> <element name="IsDataset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RasterFunctionVariable()
RasterFunctionVariable default constructor. |
|
RasterFunctionVariable(java.lang.String name,
java.lang.String description,
java.lang.Object value,
java.lang.String[] aliases,
java.lang.Boolean isDataset)
Deprecated. |
Method Summary | |
---|---|
java.lang.String[] |
getAliases()
Gets the value of the aliases property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.Boolean |
getIsDataset()
Gets the value of the isDataset property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Object |
getValue()
Gets the value of the value property. |
java.lang.Boolean |
isIsDataset()
|
void |
setAliases(java.lang.String[] value)
Sets the value of the aliases property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setIsDataset(java.lang.Boolean value)
Sets the value of the isDataset property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setValue(java.lang.Object value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public RasterFunctionVariable(java.lang.String name, java.lang.String description, java.lang.Object value, java.lang.String[] aliases, java.lang.Boolean isDataset)
public RasterFunctionVariable()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getValue()
Object
public void setValue(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String[] getAliases()
[]
public void setAliases(java.lang.String[] value)
value
- allowed object is
[]
public java.lang.Boolean getIsDataset()
Boolean
public java.lang.Boolean isIsDataset()
public void setIsDataset(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |