public class PublishDataRequestType extends Object implements Serializable
| Constructor and Description |
|---|
PublishDataRequestType() |
PublishDataRequestType(String dataLocator,
GISType dataType,
String serializedConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataLocator()
Gets the dataLocator value for this PublishDataRequestType.
|
GISType |
getDataType()
Gets the dataType value for this PublishDataRequestType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getSerializedConfiguration()
Gets the serializedConfiguration value for this PublishDataRequestType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDataLocator(String dataLocator)
Sets the dataLocator value for this PublishDataRequestType.
|
void |
setDataType(GISType dataType)
Sets the dataType value for this PublishDataRequestType.
|
void |
setSerializedConfiguration(String serializedConfiguration)
Sets the serializedConfiguration value for this PublishDataRequestType.
|
public String getDataLocator()
public void setDataLocator(String dataLocator)
dataLocator - public GISType getDataType()
public void setDataType(GISType dataType)
dataType - public String getSerializedConfiguration()
public void setSerializedConfiguration(String serializedConfiguration)
serializedConfiguration - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.