public class PrepareBulkUpdatesFileRequestType extends Object implements Serializable
| Constructor and Description |
|---|
PrepareBulkUpdatesFileRequestType() |
PrepareBulkUpdatesFileRequestType(long fromTime,
boolean includeCustomMaps,
boolean includeGisLayers,
ResourceArray resourceList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getFromTime()
Gets the fromTime value for this PrepareBulkUpdatesFileRequestType.
|
ResourceArray |
getResourceList()
Gets the resourceList value for this PrepareBulkUpdatesFileRequestType.
|
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() |
boolean |
isIncludeCustomMaps()
Gets the includeCustomMaps value for this PrepareBulkUpdatesFileRequestType.
|
boolean |
isIncludeGisLayers()
Gets the includeGisLayers value for this PrepareBulkUpdatesFileRequestType.
|
void |
setFromTime(long fromTime)
Sets the fromTime value for this PrepareBulkUpdatesFileRequestType.
|
void |
setIncludeCustomMaps(boolean includeCustomMaps)
Sets the includeCustomMaps value for this PrepareBulkUpdatesFileRequestType.
|
void |
setIncludeGisLayers(boolean includeGisLayers)
Sets the includeGisLayers value for this PrepareBulkUpdatesFileRequestType.
|
void |
setResourceList(ResourceArray resourceList)
Sets the resourceList value for this PrepareBulkUpdatesFileRequestType.
|
public PrepareBulkUpdatesFileRequestType()
public PrepareBulkUpdatesFileRequestType(long fromTime,
boolean includeCustomMaps,
boolean includeGisLayers,
ResourceArray resourceList)
public ResourceArray getResourceList()
public void setResourceList(ResourceArray resourceList)
resourceList - public boolean isIncludeCustomMaps()
public void setIncludeCustomMaps(boolean includeCustomMaps)
includeCustomMaps - public boolean isIncludeGisLayers()
public void setIncludeGisLayers(boolean includeGisLayers)
includeGisLayers - public long getFromTime()
public void setFromTime(long fromTime)
fromTime - 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.