|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.ResourceListType
public class ResourceListType
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 |
|---|
protected List<LayerType> layer
protected List<MediaType> media
| Constructor Detail |
|---|
public ResourceListType()
| Method Detail |
|---|
public List<LayerType> getLayer()
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
public boolean isSetLayer()
public void unsetLayer()
public List<MediaType> getMedia()
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
public boolean isSetMedia()
public void unsetMedia()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||