|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.SymbolType
public class SymbolType
[complexType of] The symbol property. Allows for remote referencing of symbols.
Classe Java pour SymbolType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SymbolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
<attribute name="symbolType" use="required" type="{http://www.opengis.net/gml}SymbolTypeEnumeration" />
<attribute ref="{http://www.opengis.net/gml}transform"/>
<attribute name="about" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
about
|
protected ActuateType |
actuate
|
protected List<Element> |
any
|
protected String |
arcrole
|
protected String |
href
|
protected String |
remoteSchema
|
protected String |
role
|
protected ShowType |
show
|
protected SymbolTypeEnumeration |
symbolType
|
protected String |
title
|
protected String |
transform
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
SymbolType()
|
|
| Method Summary | |
|---|---|
String |
getAbout()
Obtient la valeur de la propriété about. |
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
List<Element> |
getAny()
Gets the value of the any property. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
String |
getHref()
Obtient la valeur de la propriété href. |
String |
getRemoteSchema()
Obtient la valeur de la propriété remoteSchema. |
String |
getRole()
Obtient la valeur de la propriété role. |
ShowType |
getShow()
Obtient la valeur de la propriété show. |
SymbolTypeEnumeration |
getSymbolType()
Obtient la valeur de la propriété symbolType. |
String |
getTitle()
Obtient la valeur de la propriété title. |
String |
getTransform()
Obtient la valeur de la propriété transform. |
boolean |
isSetAbout()
|
boolean |
isSetActuate()
|
boolean |
isSetAny()
|
boolean |
isSetArcrole()
|
boolean |
isSetHref()
|
boolean |
isSetRemoteSchema()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetSymbolType()
|
boolean |
isSetTitle()
|
boolean |
isSetTransform()
|
void |
setAbout(String value)
Définit la valeur de la propriété about. |
void |
setActuate(ActuateType value)
Définit la valeur de la propriété actuate. |
void |
setArcrole(String value)
Définit la valeur de la propriété arcrole. |
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setRemoteSchema(String value)
Définit la valeur de la propriété remoteSchema. |
void |
setRole(String value)
Définit la valeur de la propriété role. |
void |
setShow(ShowType value)
Définit la valeur de la propriété show. |
void |
setSymbolType(SymbolTypeEnumeration value)
Définit la valeur de la propriété symbolType. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
void |
setTransform(String value)
Définit la valeur de la propriété transform. |
void |
unsetAny()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Element> any
protected SymbolTypeEnumeration symbolType
protected String transform
protected String about
protected String remoteSchema
public static final TypeType TYPE
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
| Constructor Detail |
|---|
public SymbolType()
| Method Detail |
|---|
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public boolean isSetAny()
public void unsetAny()
public SymbolTypeEnumeration getSymbolType()
SymbolTypeEnumerationpublic void setSymbolType(SymbolTypeEnumeration value)
value - allowed object is
SymbolTypeEnumerationpublic boolean isSetSymbolType()
public String getTransform()
Stringpublic void setTransform(String value)
value - allowed object is
Stringpublic boolean isSetTransform()
public String getAbout()
Stringpublic void setAbout(String value)
value - allowed object is
Stringpublic boolean isSetAbout()
public String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic boolean isSetRemoteSchema()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||