public class WMSContextInfoType extends Object implements Serializable
| Constructor and Description |
|---|
WMSContextInfoType() |
WMSContextInfoType(String _abstract,
String contactInformation,
String displayProjection,
int height,
org.gcube.common.core.types.StringArray keywords,
double lat_center,
org.gcube.common.core.types.StringArray layers,
String logoFormat,
int logoHeight,
String logoUrl,
int logoWidth,
double lon_center,
BoundsInfoType maxExtent,
double maxResolution,
BoundsInfoType minExtent,
String name,
int numZoomLevels,
String title,
String units,
int width,
int zoomTo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
get_abstract()
Gets the _abstract value for this WMSContextInfoType.
|
String |
getContactInformation()
Gets the contactInformation value for this WMSContextInfoType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDisplayProjection()
Gets the displayProjection value for this WMSContextInfoType.
|
int |
getHeight()
Gets the height value for this WMSContextInfoType.
|
org.gcube.common.core.types.StringArray |
getKeywords()
Gets the keywords value for this WMSContextInfoType.
|
double |
getLat_center()
Gets the lat_center value for this WMSContextInfoType.
|
org.gcube.common.core.types.StringArray |
getLayers()
Gets the layers value for this WMSContextInfoType.
|
String |
getLogoFormat()
Gets the logoFormat value for this WMSContextInfoType.
|
int |
getLogoHeight()
Gets the logoHeight value for this WMSContextInfoType.
|
String |
getLogoUrl()
Gets the logoUrl value for this WMSContextInfoType.
|
int |
getLogoWidth()
Gets the logoWidth value for this WMSContextInfoType.
|
double |
getLon_center()
Gets the lon_center value for this WMSContextInfoType.
|
BoundsInfoType |
getMaxExtent()
Gets the maxExtent value for this WMSContextInfoType.
|
double |
getMaxResolution()
Gets the maxResolution value for this WMSContextInfoType.
|
BoundsInfoType |
getMinExtent()
Gets the minExtent value for this WMSContextInfoType.
|
String |
getName()
Gets the name value for this WMSContextInfoType.
|
int |
getNumZoomLevels()
Gets the numZoomLevels value for this WMSContextInfoType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this WMSContextInfoType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUnits()
Gets the units value for this WMSContextInfoType.
|
int |
getWidth()
Gets the width value for this WMSContextInfoType.
|
int |
getZoomTo()
Gets the zoomTo value for this WMSContextInfoType.
|
int |
hashCode() |
void |
set_abstract(String _abstract)
Sets the _abstract value for this WMSContextInfoType.
|
void |
setContactInformation(String contactInformation)
Sets the contactInformation value for this WMSContextInfoType.
|
void |
setDisplayProjection(String displayProjection)
Sets the displayProjection value for this WMSContextInfoType.
|
void |
setHeight(int height)
Sets the height value for this WMSContextInfoType.
|
void |
setKeywords(org.gcube.common.core.types.StringArray keywords)
Sets the keywords value for this WMSContextInfoType.
|
void |
setLat_center(double lat_center)
Sets the lat_center value for this WMSContextInfoType.
|
void |
setLayers(org.gcube.common.core.types.StringArray layers)
Sets the layers value for this WMSContextInfoType.
|
void |
setLogoFormat(String logoFormat)
Sets the logoFormat value for this WMSContextInfoType.
|
void |
setLogoHeight(int logoHeight)
Sets the logoHeight value for this WMSContextInfoType.
|
void |
setLogoUrl(String logoUrl)
Sets the logoUrl value for this WMSContextInfoType.
|
void |
setLogoWidth(int logoWidth)
Sets the logoWidth value for this WMSContextInfoType.
|
void |
setLon_center(double lon_center)
Sets the lon_center value for this WMSContextInfoType.
|
void |
setMaxExtent(BoundsInfoType maxExtent)
Sets the maxExtent value for this WMSContextInfoType.
|
void |
setMaxResolution(double maxResolution)
Sets the maxResolution value for this WMSContextInfoType.
|
void |
setMinExtent(BoundsInfoType minExtent)
Sets the minExtent value for this WMSContextInfoType.
|
void |
setName(String name)
Sets the name value for this WMSContextInfoType.
|
void |
setNumZoomLevels(int numZoomLevels)
Sets the numZoomLevels value for this WMSContextInfoType.
|
void |
setTitle(String title)
Sets the title value for this WMSContextInfoType.
|
void |
setUnits(String units)
Sets the units value for this WMSContextInfoType.
|
void |
setWidth(int width)
Sets the width value for this WMSContextInfoType.
|
void |
setZoomTo(int zoomTo)
Sets the zoomTo value for this WMSContextInfoType.
|
public WMSContextInfoType()
public WMSContextInfoType(String _abstract, String contactInformation, String displayProjection, int height, org.gcube.common.core.types.StringArray keywords, double lat_center, org.gcube.common.core.types.StringArray layers, String logoFormat, int logoHeight, String logoUrl, int logoWidth, double lon_center, BoundsInfoType maxExtent, double maxResolution, BoundsInfoType minExtent, String name, int numZoomLevels, String title, String units, int width, int zoomTo)
public int getWidth()
public void setWidth(int width)
width - public int getHeight()
public void setHeight(int height)
height - public String getDisplayProjection()
public void setDisplayProjection(String displayProjection)
displayProjection - public BoundsInfoType getMaxExtent()
public void setMaxExtent(BoundsInfoType maxExtent)
maxExtent - public BoundsInfoType getMinExtent()
public void setMinExtent(BoundsInfoType minExtent)
minExtent - public int getNumZoomLevels()
public void setNumZoomLevels(int numZoomLevels)
numZoomLevels - public int getZoomTo()
public void setZoomTo(int zoomTo)
zoomTo - public double getLon_center()
public void setLon_center(double lon_center)
lon_center - public double getLat_center()
public void setLat_center(double lat_center)
lat_center - public String getUnits()
public void setUnits(String units)
units - public String getTitle()
public void setTitle(String title)
title - public String getName()
public void setName(String name)
name - public double getMaxResolution()
public void setMaxResolution(double maxResolution)
maxResolution - public org.gcube.common.core.types.StringArray getLayers()
public void setLayers(org.gcube.common.core.types.StringArray layers)
layers - public org.gcube.common.core.types.StringArray getKeywords()
public void setKeywords(org.gcube.common.core.types.StringArray keywords)
keywords - public String get_abstract()
public void set_abstract(String _abstract)
_abstract - public String getLogoFormat()
public void setLogoFormat(String logoFormat)
logoFormat - public int getLogoWidth()
public void setLogoWidth(int logoWidth)
logoWidth - public int getLogoHeight()
public void setLogoHeight(int logoHeight)
logoHeight - public String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl - public String getContactInformation()
public void setContactInformation(String contactInformation)
contactInformation - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.