org.deegree.layer.persistence.remotewms.jaxb
Class LayerType

java.lang.Object
  extended by org.deegree.layer.persistence.remotewms.jaxb.LayerType

public class LayerType
extends Object

Java class for LayerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LayerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OriginalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <group ref="{http://www.deegree.org/metadata/description}Description"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <group ref="{http://www.deegree.org/metadata/spatial}SpatialMetadata"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class LayerType.Description
          Java class for anonymous complex type.
 
Field Summary
protected  String crs
           
protected  LayerType.Description description
           
protected  EnvelopeType envelope
           
protected  String name
           
protected  String originalName
           
 
Constructor Summary
LayerType()
           
 
Method Summary
 String getCRS()
          Gets the value of the crs property.
 LayerType.Description getDescription()
          Gets the value of the description property.
 EnvelopeType getEnvelope()
          Gets the value of the envelope property.
 String getName()
          Gets the value of the name property.
 String getOriginalName()
          Gets the value of the originalName property.
 void setCRS(String value)
          Sets the value of the crs property.
 void setDescription(LayerType.Description value)
          Sets the value of the description property.
 void setEnvelope(EnvelopeType value)
          Sets the value of the envelope property.
 void setName(String value)
          Sets the value of the name property.
 void setOriginalName(String value)
          Sets the value of the originalName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originalName

protected String originalName

name

protected String name

description

protected LayerType.Description description

envelope

protected EnvelopeType envelope

crs

protected String crs
Constructor Detail

LayerType

public LayerType()
Method Detail

getOriginalName

public String getOriginalName()
Gets the value of the originalName property.

Returns:
possible object is String

setOriginalName

public void setOriginalName(String value)
Sets the value of the originalName property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public LayerType.Description getDescription()
Gets the value of the description property.

Returns:
possible object is LayerType.Description

setDescription

public void setDescription(LayerType.Description value)
Sets the value of the description property.

Parameters:
value - allowed object is LayerType.Description

getEnvelope

public EnvelopeType getEnvelope()
Gets the value of the envelope property.

Returns:
possible object is EnvelopeType

setEnvelope

public void setEnvelope(EnvelopeType value)
Sets the value of the envelope property.

Parameters:
value - allowed object is EnvelopeType

getCRS

public String getCRS()
Gets the value of the crs property.

Returns:
possible object is String

setCRS

public void setCRS(String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.