|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.DescriptionType
net.opengis.ows._2.BasicIdentificationType
public class BasicIdentificationType
Basic metadata identifying and describing a set of data.
Classe Java pour BasicIdentificationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="BasicIdentificationType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Identifier" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CodeType |
identifier
|
protected List<MetadataType> |
metadata
|
| Fields inherited from class net.opengis.ows._2.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
BasicIdentificationType()
|
|
| Method Summary | |
|---|---|
CodeType |
getIdentifier()
Optional unique identifier or name of this dataset. |
List<MetadataType> |
getMetadata()
Optional unordered list of additional metadata about this data(set). |
boolean |
isSetIdentifier()
|
boolean |
isSetMetadata()
|
void |
setIdentifier(CodeType value)
Définit la valeur de la propriété identifier. |
void |
unsetMetadata()
|
| Methods inherited from class net.opengis.ows._2.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CodeType identifier
protected List<MetadataType> metadata
| Constructor Detail |
|---|
public BasicIdentificationType()
| Method Detail |
|---|
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public List<MetadataType> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataType
public boolean isSetMetadata()
public void unsetMetadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||