|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.Attribution
public class Attribution
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}Title" minOccurs="0"/>
<element ref="{http://www.opengis.net/wms}OnlineResource" minOccurs="0"/>
<element ref="{http://www.opengis.net/wms}LogoURL" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LogoURL |
logoURL
|
protected OnlineResource |
onlineResource
|
protected String |
title
|
| Constructor Summary | |
|---|---|
Attribution()
|
|
| Method Summary | |
|---|---|
LogoURL |
getLogoURL()
Obtient la valeur de la propriété logoURL. |
OnlineResource |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetLogoURL()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetTitle()
|
void |
setLogoURL(LogoURL value)
Définit la valeur de la propriété logoURL. |
void |
setOnlineResource(OnlineResource value)
Définit la valeur de la propriété onlineResource. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected OnlineResource onlineResource
protected LogoURL logoURL
| Constructor Detail |
|---|
public Attribution()
| Method Detail |
|---|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic boolean isSetOnlineResource()
public LogoURL getLogoURL()
LogoURLpublic void setLogoURL(LogoURL value)
value - allowed object is
LogoURLpublic boolean isSetLogoURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||