|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.AbstractReferenceBaseType
net.opengis.ows._2.ReferenceType
public class ReferenceType
Complete reference to a remote or local resource, allowing including metadata about that resource.
Classe Java pour ReferenceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ReferenceType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}AbstractReferenceBaseType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Identifier" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Abstract" maxOccurs="unbounded" minOccurs="0"/>
<element name="Format" type="{http://www.opengis.net/ows/2.0}MimeType" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<LanguageStringType> |
_abstract
|
protected String |
format
|
protected CodeType |
identifier
|
protected List<MetadataType> |
metadata
|
| Fields inherited from class net.opengis.ows._2.AbstractReferenceBaseType |
|---|
actuate, arcrole, href, role, show, title, TYPE |
| Constructor Summary | |
|---|---|
ReferenceType()
|
|
| Method Summary | |
|---|---|
List<LanguageStringType> |
getAbstract()
Gets the value of the abstract property. |
String |
getFormat()
Obtient la valeur de la propriété format. |
CodeType |
getIdentifier()
Optional unique identifier of the referenced resource. |
List<MetadataType> |
getMetadata()
Optional unordered list of additional metadata about this resource. |
boolean |
isSetAbstract()
|
boolean |
isSetFormat()
|
boolean |
isSetIdentifier()
|
boolean |
isSetMetadata()
|
void |
setFormat(String value)
Définit la valeur de la propriété format. |
void |
setIdentifier(CodeType value)
Définit la valeur de la propriété identifier. |
void |
unsetAbstract()
|
void |
unsetMetadata()
|
| Methods inherited from class net.opengis.ows._2.AbstractReferenceBaseType |
|---|
getActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitle |
| 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<LanguageStringType> _abstract
protected String format
protected List<MetadataType> metadata
| Constructor Detail |
|---|
public ReferenceType()
| Method Detail |
|---|
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public List<LanguageStringType> getAbstract()
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
public boolean isSetAbstract()
public void unsetAbstract()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
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 | |||||||||