org.gcube_system.namespaces.application.aquamaps.gistypes
Class LayerInfoType

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.gistypes.LayerInfoType
All Implemented Interfaces:
Serializable

public class LayerInfoType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LayerInfoType()
           
LayerInfoType(String _abstract, boolean baseLayer, int buffer, String defaultStyle, boolean hasLegend, BoundsInfoType maxExtent, BoundsInfoType minExtent, String name, double opacity, boolean queryable, boolean selected, String serverLogin, String serverPassword, String serverProtocol, String serverType, String srs, org.gcube.common.core.types.StringArray styles, String title, TransectInfoType transect, boolean trasparent, LayerType type, String url, boolean visible)
           
 
Method Summary
 boolean equals(Object obj)
           
 String get_abstract()
          Gets the _abstract value for this LayerInfoType.
 int getBuffer()
          Gets the buffer value for this LayerInfoType.
 String getDefaultStyle()
          Gets the defaultStyle value for this LayerInfoType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 BoundsInfoType getMaxExtent()
          Gets the maxExtent value for this LayerInfoType.
 BoundsInfoType getMinExtent()
          Gets the minExtent value for this LayerInfoType.
 String getName()
          Gets the name value for this LayerInfoType.
 double getOpacity()
          Gets the opacity value for this LayerInfoType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServerLogin()
          Gets the serverLogin value for this LayerInfoType.
 String getServerPassword()
          Gets the serverPassword value for this LayerInfoType.
 String getServerProtocol()
          Gets the serverProtocol value for this LayerInfoType.
 String getServerType()
          Gets the serverType value for this LayerInfoType.
 String getSrs()
          Gets the srs value for this LayerInfoType.
 org.gcube.common.core.types.StringArray getStyles()
          Gets the styles value for this LayerInfoType.
 String getTitle()
          Gets the title value for this LayerInfoType.
 TransectInfoType getTransect()
          Gets the transect value for this LayerInfoType.
 LayerType getType()
          Gets the type value for this LayerInfoType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUrl()
          Gets the url value for this LayerInfoType.
 int hashCode()
           
 boolean isBaseLayer()
          Gets the baseLayer value for this LayerInfoType.
 boolean isHasLegend()
          Gets the hasLegend value for this LayerInfoType.
 boolean isQueryable()
          Gets the queryable value for this LayerInfoType.
 boolean isSelected()
          Gets the selected value for this LayerInfoType.
 boolean isTrasparent()
          Gets the trasparent value for this LayerInfoType.
 boolean isVisible()
          Gets the visible value for this LayerInfoType.
 void set_abstract(String _abstract)
          Sets the _abstract value for this LayerInfoType.
 void setBaseLayer(boolean baseLayer)
          Sets the baseLayer value for this LayerInfoType.
 void setBuffer(int buffer)
          Sets the buffer value for this LayerInfoType.
 void setDefaultStyle(String defaultStyle)
          Sets the defaultStyle value for this LayerInfoType.
 void setHasLegend(boolean hasLegend)
          Sets the hasLegend value for this LayerInfoType.
 void setMaxExtent(BoundsInfoType maxExtent)
          Sets the maxExtent value for this LayerInfoType.
 void setMinExtent(BoundsInfoType minExtent)
          Sets the minExtent value for this LayerInfoType.
 void setName(String name)
          Sets the name value for this LayerInfoType.
 void setOpacity(double opacity)
          Sets the opacity value for this LayerInfoType.
 void setQueryable(boolean queryable)
          Sets the queryable value for this LayerInfoType.
 void setSelected(boolean selected)
          Sets the selected value for this LayerInfoType.
 void setServerLogin(String serverLogin)
          Sets the serverLogin value for this LayerInfoType.
 void setServerPassword(String serverPassword)
          Sets the serverPassword value for this LayerInfoType.
 void setServerProtocol(String serverProtocol)
          Sets the serverProtocol value for this LayerInfoType.
 void setServerType(String serverType)
          Sets the serverType value for this LayerInfoType.
 void setSrs(String srs)
          Sets the srs value for this LayerInfoType.
 void setStyles(org.gcube.common.core.types.StringArray styles)
          Sets the styles value for this LayerInfoType.
 void setTitle(String title)
          Sets the title value for this LayerInfoType.
 void setTransect(TransectInfoType transect)
          Sets the transect value for this LayerInfoType.
 void setTrasparent(boolean trasparent)
          Sets the trasparent value for this LayerInfoType.
 void setType(LayerType type)
          Sets the type value for this LayerInfoType.
 void setUrl(String url)
          Sets the url value for this LayerInfoType.
 void setVisible(boolean visible)
          Sets the visible value for this LayerInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerInfoType

public LayerInfoType()

LayerInfoType

public LayerInfoType(String _abstract,
                     boolean baseLayer,
                     int buffer,
                     String defaultStyle,
                     boolean hasLegend,
                     BoundsInfoType maxExtent,
                     BoundsInfoType minExtent,
                     String name,
                     double opacity,
                     boolean queryable,
                     boolean selected,
                     String serverLogin,
                     String serverPassword,
                     String serverProtocol,
                     String serverType,
                     String srs,
                     org.gcube.common.core.types.StringArray styles,
                     String title,
                     TransectInfoType transect,
                     boolean trasparent,
                     LayerType type,
                     String url,
                     boolean visible)
Method Detail

getName

public String getName()
Gets the name value for this LayerInfoType.

Returns:
name

setName

public void setName(String name)
Sets the name value for this LayerInfoType.

Parameters:
name -

getTitle

public String getTitle()
Gets the title value for this LayerInfoType.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this LayerInfoType.

Parameters:
title -

get_abstract

public String get_abstract()
Gets the _abstract value for this LayerInfoType.

Returns:
_abstract

set_abstract

public void set_abstract(String _abstract)
Sets the _abstract value for this LayerInfoType.

Parameters:
_abstract -

getUrl

public String getUrl()
Gets the url value for this LayerInfoType.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this LayerInfoType.

Parameters:
url -

getServerProtocol

public String getServerProtocol()
Gets the serverProtocol value for this LayerInfoType.

Returns:
serverProtocol

setServerProtocol

public void setServerProtocol(String serverProtocol)
Sets the serverProtocol value for this LayerInfoType.

Parameters:
serverProtocol -

getServerPassword

public String getServerPassword()
Gets the serverPassword value for this LayerInfoType.

Returns:
serverPassword

setServerPassword

public void setServerPassword(String serverPassword)
Sets the serverPassword value for this LayerInfoType.

Parameters:
serverPassword -

getServerLogin

public String getServerLogin()
Gets the serverLogin value for this LayerInfoType.

Returns:
serverLogin

setServerLogin

public void setServerLogin(String serverLogin)
Sets the serverLogin value for this LayerInfoType.

Parameters:
serverLogin -

getServerType

public String getServerType()
Gets the serverType value for this LayerInfoType.

Returns:
serverType

setServerType

public void setServerType(String serverType)
Sets the serverType value for this LayerInfoType.

Parameters:
serverType -

getSrs

public String getSrs()
Gets the srs value for this LayerInfoType.

Returns:
srs

setSrs

public void setSrs(String srs)
Sets the srs value for this LayerInfoType.

Parameters:
srs -

getType

public LayerType getType()
Gets the type value for this LayerInfoType.

Returns:
type

setType

public void setType(LayerType type)
Sets the type value for this LayerInfoType.

Parameters:
type -

isTrasparent

public boolean isTrasparent()
Gets the trasparent value for this LayerInfoType.

Returns:
trasparent

setTrasparent

public void setTrasparent(boolean trasparent)
Sets the trasparent value for this LayerInfoType.

Parameters:
trasparent -

isBaseLayer

public boolean isBaseLayer()
Gets the baseLayer value for this LayerInfoType.

Returns:
baseLayer

setBaseLayer

public void setBaseLayer(boolean baseLayer)
Sets the baseLayer value for this LayerInfoType.

Parameters:
baseLayer -

getBuffer

public int getBuffer()
Gets the buffer value for this LayerInfoType.

Returns:
buffer

setBuffer

public void setBuffer(int buffer)
Sets the buffer value for this LayerInfoType.

Parameters:
buffer -

isHasLegend

public boolean isHasLegend()
Gets the hasLegend value for this LayerInfoType.

Returns:
hasLegend

setHasLegend

public void setHasLegend(boolean hasLegend)
Sets the hasLegend value for this LayerInfoType.

Parameters:
hasLegend -

isVisible

public boolean isVisible()
Gets the visible value for this LayerInfoType.

Returns:
visible

setVisible

public void setVisible(boolean visible)
Sets the visible value for this LayerInfoType.

Parameters:
visible -

isSelected

public boolean isSelected()
Gets the selected value for this LayerInfoType.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this LayerInfoType.

Parameters:
selected -

isQueryable

public boolean isQueryable()
Gets the queryable value for this LayerInfoType.

Returns:
queryable

setQueryable

public void setQueryable(boolean queryable)
Sets the queryable value for this LayerInfoType.

Parameters:
queryable -

getMaxExtent

public BoundsInfoType getMaxExtent()
Gets the maxExtent value for this LayerInfoType.

Returns:
maxExtent

setMaxExtent

public void setMaxExtent(BoundsInfoType maxExtent)
Sets the maxExtent value for this LayerInfoType.

Parameters:
maxExtent -

getMinExtent

public BoundsInfoType getMinExtent()
Gets the minExtent value for this LayerInfoType.

Returns:
minExtent

setMinExtent

public void setMinExtent(BoundsInfoType minExtent)
Sets the minExtent value for this LayerInfoType.

Parameters:
minExtent -

getDefaultStyle

public String getDefaultStyle()
Gets the defaultStyle value for this LayerInfoType.

Returns:
defaultStyle

setDefaultStyle

public void setDefaultStyle(String defaultStyle)
Sets the defaultStyle value for this LayerInfoType.

Parameters:
defaultStyle -

getOpacity

public double getOpacity()
Gets the opacity value for this LayerInfoType.

Returns:
opacity

setOpacity

public void setOpacity(double opacity)
Sets the opacity value for this LayerInfoType.

Parameters:
opacity -

getStyles

public org.gcube.common.core.types.StringArray getStyles()
Gets the styles value for this LayerInfoType.

Returns:
styles

setStyles

public void setStyles(org.gcube.common.core.types.StringArray styles)
Sets the styles value for this LayerInfoType.

Parameters:
styles -

getTransect

public TransectInfoType getTransect()
Gets the transect value for this LayerInfoType.

Returns:
transect

setTransect

public void setTransect(TransectInfoType transect)
Sets the transect value for this LayerInfoType.

Parameters:
transect -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.