|
||||||||||
| 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.AbstractSubStyleType
net.opengis.kml._2_2_0.AbstractColorStyleType
net.opengis.kml._2_2_0.LineStyleType
public class LineStyleType
Classe Java pour LineStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LineStyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}width" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LineStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LineStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
lineStyleObjectExtensionGroup
|
protected List<Object> |
lineStyleSimpleExtensionGroup
|
protected Double |
width
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractColorStyleType |
|---|
abstractColorStyleObjectExtensionGroup, abstractColorStyleSimpleExtensionGroup, color, colorMode |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType |
|---|
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
LineStyleType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getLineStyleObjectExtensionGroup()
Gets the value of the lineStyleObjectExtensionGroup property. |
List<Object> |
getLineStyleSimpleExtensionGroup()
Gets the value of the lineStyleSimpleExtensionGroup property. |
Double |
getWidth()
Obtient la valeur de la propriété width. |
boolean |
isSetLineStyleObjectExtensionGroup()
|
boolean |
isSetLineStyleSimpleExtensionGroup()
|
boolean |
isSetWidth()
|
void |
setWidth(Double value)
Définit la valeur de la propriété width. |
void |
unsetLineStyleObjectExtensionGroup()
|
void |
unsetLineStyleSimpleExtensionGroup()
|
| 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 Double width
protected List<Object> lineStyleSimpleExtensionGroup
protected List<AbstractObjectType> lineStyleObjectExtensionGroup
| Constructor Detail |
|---|
public LineStyleType()
| Method Detail |
|---|
public Double getWidth()
Doublepublic void setWidth(Double value)
value - allowed object is
Doublepublic boolean isSetWidth()
public List<Object> getLineStyleSimpleExtensionGroup()
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 lineStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLineStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLineStyleSimpleExtensionGroup()
public void unsetLineStyleSimpleExtensionGroup()
public List<AbstractObjectType> getLineStyleObjectExtensionGroup()
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 lineStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLineStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLineStyleObjectExtensionGroup()
public void unsetLineStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||