net.opengis.wms
Class MetadataURL

java.lang.Object
  extended by net.opengis.wms.MetadataURL

public class MetadataURL
extends Object

Classe Java pour anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/wms}Format"/>
         <element ref="{http://www.opengis.net/wms}OnlineResource"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String format
           
protected  OnlineResource onlineResource
           
protected  String type
           
 
Constructor Summary
MetadataURL()
           
 
Method Summary
 String getFormat()
          Obtient la valeur de la propriété format.
 OnlineResource getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 String getType()
          Obtient la valeur de la propriété type.
 boolean isSetFormat()
           
 boolean isSetOnlineResource()
           
 boolean isSetType()
           
 void setFormat(String value)
          Définit la valeur de la propriété format.
 void setOnlineResource(OnlineResource value)
          Définit la valeur de la propriété onlineResource.
 void setType(String value)
          Définit la valeur de la propriété type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

protected String format

onlineResource

protected OnlineResource onlineResource

type

protected String type
Constructor Detail

MetadataURL

public MetadataURL()
Method Detail

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()

getOnlineResource

public OnlineResource getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is OnlineResource

setOnlineResource

public void setOnlineResource(OnlineResource value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is OnlineResource

isSetOnlineResource

public boolean isSetOnlineResource()

getType

public String getType()
Obtient la valeur de la propriété type.

Returns:
possible object is String

setType

public void setType(String value)
Définit la valeur de la propriété type.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()


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