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

java.lang.Object
  extended by org.deegree.layer.persistence.remotewms.jaxb.LayerType.Description
Enclosing class:
LayerType

public static class LayerType.Description
extends Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  List<LanguageStringType> _abstract
           
protected  List<KeywordsType> keywords
           
protected  List<LanguageStringType> title
           
 
Constructor Summary
LayerType.Description()
           
 
Method Summary
 List<LanguageStringType> getAbstract()
          Gets the value of the abstract property.
 List<KeywordsType> getKeywords()
          Gets the value of the keywords property.
 List<LanguageStringType> getTitle()
          Gets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected List<LanguageStringType> title

_abstract

protected List<LanguageStringType> _abstract

keywords

protected List<KeywordsType> keywords
Constructor Detail

LayerType.Description

public LayerType.Description()
Method Detail

getTitle

public List<LanguageStringType> getTitle()
Gets the value of the title property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the title property.

For example, to add a new item, do as follows:

    getTitle().add(newItem);
 

Objects of the following type(s) are allowed in the list LanguageStringType


getAbstract

public List<LanguageStringType> getAbstract()
Gets the value of the abstract property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstract property.

For example, to add a new item, do as follows:

    getAbstract().add(newItem);
 

Objects of the following type(s) are allowed in the list LanguageStringType


getKeywords

public List<KeywordsType> getKeywords()
Gets the value of the keywords property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keywords property.

For example, to add a new item, do as follows:

    getKeywords().add(newItem);
 

Objects of the following type(s) are allowed in the list KeywordsType



Copyright © 2011. All Rights Reserved.