net.opengis.ows._2
Class ReferenceType

java.lang.Object
  extended by net.opengis.ows._2.AbstractReferenceBaseType
      extended by net.opengis.ows._2.ReferenceType
Direct Known Subclasses:
ServiceReferenceType

public class ReferenceType
extends AbstractReferenceBaseType

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

identifier

protected CodeType identifier

_abstract

protected List<LanguageStringType> _abstract

format

protected String format

metadata

protected List<MetadataType> metadata
Constructor Detail

ReferenceType

public ReferenceType()
Method Detail

getIdentifier

public CodeType getIdentifier()
Optional unique identifier of the referenced resource.

Returns:
possible object is CodeType

setIdentifier

public void setIdentifier(CodeType value)
Définit la valeur de la propriété identifier.

Parameters:
value - allowed object is CodeType

isSetIdentifier

public boolean isSetIdentifier()

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


isSetAbstract

public boolean isSetAbstract()

unsetAbstract

public void unsetAbstract()

getFormat

public String getFormat()
Obtient la valeur de la propriété format.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Définit la valeur de la propriété format.

Parameters:
value - allowed object is String

isSetFormat

public boolean isSetFormat()

getMetadata

public List<MetadataType> getMetadata()
Optional unordered list of additional metadata about this resource. A list of optional metadata elements for this ReferenceType could be specified in the Implementation Specification for each use of this type in a specific OWS.Gets the value of the metadata 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 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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()


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