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