|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.MetadataURL
public class MetadataURL
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 |
|---|
protected String format
protected OnlineResource onlineResource
protected String type
| Constructor Detail |
|---|
public MetadataURL()
| Method Detail |
|---|
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic boolean isSetOnlineResource()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||