|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.LayerDescriptionType
public class LayerDescriptionType
Classe Java pour LayerDescriptionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LayerDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="owsType" type="{http://www.opengis.net/sld/1.2}owsTypeType"/>
<element ref="{http://www.opengis.net/se/2.0/core}OnlineResource"/>
<element name="TypeName" type="{http://www.opengis.net/sld/1.2}TypeNameType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected OnlineResourceType |
onlineResource
|
protected OwsTypeType |
owsType
|
protected List<TypeNameType> |
typeName
|
| Constructor Summary | |
|---|---|
LayerDescriptionType()
|
|
| Method Summary | |
|---|---|
OnlineResourceType |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
OwsTypeType |
getOwsType()
Obtient la valeur de la propriété owsType. |
List<TypeNameType> |
getTypeName()
Gets the value of the typeName property. |
boolean |
isSetOnlineResource()
|
boolean |
isSetOwsType()
|
boolean |
isSetTypeName()
|
void |
setOnlineResource(OnlineResourceType value)
Définit la valeur de la propriété onlineResource. |
void |
setOwsType(OwsTypeType value)
Définit la valeur de la propriété owsType. |
void |
unsetTypeName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OwsTypeType owsType
protected OnlineResourceType onlineResource
protected List<TypeNameType> typeName
| Constructor Detail |
|---|
public LayerDescriptionType()
| Method Detail |
|---|
public OwsTypeType getOwsType()
OwsTypeTypepublic void setOwsType(OwsTypeType value)
value - allowed object is
OwsTypeTypepublic boolean isSetOwsType()
public OnlineResourceType getOnlineResource()
OnlineResourceTypepublic void setOnlineResource(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic boolean isSetOnlineResource()
public List<TypeNameType> getTypeName()
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 typeName property.
For example, to add a new item, do as follows:
getTypeName().add(newItem);
Objects of the following type(s) are allowed in the list
TypeNameType
public boolean isSetTypeName()
public void unsetTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||