|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.AbstractTopoPrimitiveType
public abstract class AbstractTopoPrimitiveType
Classe Java pour AbstractTopoPrimitiveType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractTopoPrimitiveType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopologyType">
<sequence>
<element ref="{http://www.opengis.net/gml}isolated" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}container" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ContainerPropertyType |
container
|
protected List<IsolatedPropertyType> |
isolated
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractTopoPrimitiveType()
|
|
| Method Summary | |
|---|---|
ContainerPropertyType |
getContainer()
Obtient la valeur de la propriété container. |
List<IsolatedPropertyType> |
getIsolated()
Gets the value of the isolated property. |
boolean |
isSetContainer()
|
boolean |
isSetIsolated()
|
void |
setContainer(ContainerPropertyType value)
Définit la valeur de la propriété container. |
void |
unsetIsolated()
|
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<IsolatedPropertyType> isolated
protected ContainerPropertyType container
| Constructor Detail |
|---|
public AbstractTopoPrimitiveType()
| Method Detail |
|---|
public List<IsolatedPropertyType> getIsolated()
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 isolated property.
For example, to add a new item, do as follows:
getIsolated().add(newItem);
Objects of the following type(s) are allowed in the list
IsolatedPropertyType
public boolean isSetIsolated()
public void unsetIsolated()
public ContainerPropertyType getContainer()
ContainerPropertyTypepublic void setContainer(ContainerPropertyType value)
value - allowed object is
ContainerPropertyTypepublic boolean isSetContainer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||