|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.BasicLinkType
public class BasicLinkType
Classe Java pour BasicLinkType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="BasicLinkType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}href" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BasicLinkSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BasicLinkObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
basicLinkObjectExtensionGroup
|
protected List<Object> |
basicLinkSimpleExtensionGroup
|
protected String |
href
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
BasicLinkType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getBasicLinkObjectExtensionGroup()
Gets the value of the basicLinkObjectExtensionGroup property. |
List<Object> |
getBasicLinkSimpleExtensionGroup()
Gets the value of the basicLinkSimpleExtensionGroup property. |
String |
getHref()
Obtient la valeur de la propriété href. |
boolean |
isSetBasicLinkObjectExtensionGroup()
|
boolean |
isSetBasicLinkSimpleExtensionGroup()
|
boolean |
isSetHref()
|
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
unsetBasicLinkObjectExtensionGroup()
|
void |
unsetBasicLinkSimpleExtensionGroup()
|
| Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String href
protected List<Object> basicLinkSimpleExtensionGroup
protected List<AbstractObjectType> basicLinkObjectExtensionGroup
| Constructor Detail |
|---|
public BasicLinkType()
| Method Detail |
|---|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public List<Object> getBasicLinkSimpleExtensionGroup()
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 basicLinkSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getBasicLinkSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetBasicLinkSimpleExtensionGroup()
public void unsetBasicLinkSimpleExtensionGroup()
public List<AbstractObjectType> getBasicLinkObjectExtensionGroup()
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 basicLinkObjectExtensionGroup property.
For example, to add a new item, do as follows:
getBasicLinkObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetBasicLinkObjectExtensionGroup()
public void unsetBasicLinkObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||