net.opengis.ows_context
Class ResourceListType

java.lang.Object
  extended by net.opengis.ows_context.ResourceListType

public class ResourceListType
extends Object

Classe Java pour ResourceListType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ResourceListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/ows-context}Layer" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows-context}Media" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<LayerType> layer
           
protected  List<MediaType> media
           
 
Constructor Summary
ResourceListType()
           
 
Method Summary
 List<LayerType> getLayer()
          Gets the value of the layer property.
 List<MediaType> getMedia()
          Gets the value of the media property.
 boolean isSetLayer()
           
 boolean isSetMedia()
           
 void unsetLayer()
           
 void unsetMedia()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layer

protected List<LayerType> layer

media

protected List<MediaType> media
Constructor Detail

ResourceListType

public ResourceListType()
Method Detail

getLayer

public List<LayerType> getLayer()
Gets the value of the layer 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 layer property.

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

    getLayer().add(newItem);
 

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


isSetLayer

public boolean isSetLayer()

unsetLayer

public void unsetLayer()

getMedia

public List<MediaType> getMedia()
Gets the value of the media 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 media property.

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

    getMedia().add(newItem);
 

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


isSetMedia

public boolean isSetMedia()

unsetMedia

public void unsetMedia()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.