|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.KmlType
public class KmlType
Classe Java pour KmlType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="KmlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControl" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}KmlSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}KmlObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="hint" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractFeatureType> |
abstractFeatureGroup
|
protected String |
hint
|
protected List<AbstractObjectType> |
kmlObjectExtensionGroup
|
protected List<Object> |
kmlSimpleExtensionGroup
|
protected NetworkLinkControlType |
networkLinkControl
|
| Constructor Summary | |
|---|---|
KmlType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends AbstractFeatureType> |
getAbstractFeatureGroup()
Obtient la valeur de la propriété abstractFeatureGroup. |
String |
getHint()
Obtient la valeur de la propriété hint. |
List<AbstractObjectType> |
getKmlObjectExtensionGroup()
Gets the value of the kmlObjectExtensionGroup property. |
List<Object> |
getKmlSimpleExtensionGroup()
Gets the value of the kmlSimpleExtensionGroup property. |
NetworkLinkControlType |
getNetworkLinkControl()
Obtient la valeur de la propriété networkLinkControl. |
boolean |
isSetAbstractFeatureGroup()
|
boolean |
isSetHint()
|
boolean |
isSetKmlObjectExtensionGroup()
|
boolean |
isSetKmlSimpleExtensionGroup()
|
boolean |
isSetNetworkLinkControl()
|
void |
setAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
Définit la valeur de la propriété abstractFeatureGroup. |
void |
setHint(String value)
Définit la valeur de la propriété hint. |
void |
setNetworkLinkControl(NetworkLinkControlType value)
Définit la valeur de la propriété networkLinkControl. |
void |
unsetKmlObjectExtensionGroup()
|
void |
unsetKmlSimpleExtensionGroup()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NetworkLinkControlType networkLinkControl
protected JAXBElement<? extends AbstractFeatureType> abstractFeatureGroup
protected List<Object> kmlSimpleExtensionGroup
protected List<AbstractObjectType> kmlObjectExtensionGroup
protected String hint
| Constructor Detail |
|---|
public KmlType()
| Method Detail |
|---|
public NetworkLinkControlType getNetworkLinkControl()
NetworkLinkControlTypepublic void setNetworkLinkControl(NetworkLinkControlType value)
value - allowed object is
NetworkLinkControlTypepublic boolean isSetNetworkLinkControl()
public JAXBElement<? extends AbstractFeatureType> getAbstractFeatureGroup()
JAXBElement<AbstractFeatureType>
JAXBElement<FolderType>
JAXBElement<NetworkLinkType>
JAXBElement<PhotoOverlayType>
JAXBElement<GroundOverlayType>
JAXBElement<AbstractOverlayType>
JAXBElement<AbstractContainerType>
JAXBElement<DocumentType>
JAXBElement<PlacemarkType>
JAXBElement<ScreenOverlayType>public void setAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
value - allowed object is
JAXBElement<AbstractFeatureType>
JAXBElement<FolderType>
JAXBElement<NetworkLinkType>
JAXBElement<PhotoOverlayType>
JAXBElement<GroundOverlayType>
JAXBElement<AbstractOverlayType>
JAXBElement<AbstractContainerType>
JAXBElement<DocumentType>
JAXBElement<PlacemarkType>
JAXBElement<ScreenOverlayType>public boolean isSetAbstractFeatureGroup()
public List<Object> getKmlSimpleExtensionGroup()
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 kmlSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getKmlSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetKmlSimpleExtensionGroup()
public void unsetKmlSimpleExtensionGroup()
public List<AbstractObjectType> getKmlObjectExtensionGroup()
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 kmlObjectExtensionGroup property.
For example, to add a new item, do as follows:
getKmlObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetKmlObjectExtensionGroup()
public void unsetKmlObjectExtensionGroup()
public String getHint()
Stringpublic void setHint(String value)
value - allowed object is
Stringpublic boolean isSetHint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||