|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.StrokeType
net.opengis.se._2_0.core.CompoundStrokeType
public class CompoundStrokeType
Classe Java pour CompoundStrokeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CompoundStrokeType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}StrokeType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}PreGap" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/se/2.0/core}StrokeElement"/>
<element ref="{http://www.opengis.net/se/2.0/core}AlternativeStrokeElements"/>
</choice>
<element ref="{http://www.opengis.net/se/2.0/core}PostGap" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
postGap
|
protected ParameterValueType |
preGap
|
protected List<Object> |
strokeElementOrAlternativeStrokeElements
|
protected String |
uom
|
| Fields inherited from class net.opengis.se._2_0.core.StrokeType |
|---|
extension, linearRapport |
| Constructor Summary | |
|---|---|
CompoundStrokeType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getPostGap()
Obtient la valeur de la propriété postGap. |
ParameterValueType |
getPreGap()
Obtient la valeur de la propriété preGap. |
List<Object> |
getStrokeElementOrAlternativeStrokeElements()
Gets the value of the strokeElementOrAlternativeStrokeElements property. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetPostGap()
|
boolean |
isSetPreGap()
|
boolean |
isSetStrokeElementOrAlternativeStrokeElements()
|
boolean |
isSetUom()
|
void |
setPostGap(ParameterValueType value)
Définit la valeur de la propriété postGap. |
void |
setPreGap(ParameterValueType value)
Définit la valeur de la propriété preGap. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
unsetStrokeElementOrAlternativeStrokeElements()
|
| Methods inherited from class net.opengis.se._2_0.core.StrokeType |
|---|
getExtension, isLinearRapport, isSetExtension, isSetLinearRapport, setExtension, setLinearRapport |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType preGap
protected List<Object> strokeElementOrAlternativeStrokeElements
protected ParameterValueType postGap
protected String uom
| Constructor Detail |
|---|
public CompoundStrokeType()
| Method Detail |
|---|
public ParameterValueType getPreGap()
ParameterValueTypepublic void setPreGap(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPreGap()
public List<Object> getStrokeElementOrAlternativeStrokeElements()
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 strokeElementOrAlternativeStrokeElements property.
For example, to add a new item, do as follows:
getStrokeElementOrAlternativeStrokeElements().add(newItem);
Objects of the following type(s) are allowed in the list
StrokeElementType
AlternativeStrokeElementsType
public boolean isSetStrokeElementOrAlternativeStrokeElements()
public void unsetStrokeElementOrAlternativeStrokeElements()
public ParameterValueType getPostGap()
ParameterValueTypepublic void setPostGap(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPostGap()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||