|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.StrokeElementType
public class StrokeElementType
Classe Java pour StrokeElementType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StrokeElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}PreGap" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Stroke"/>
<element ref="{http://www.opengis.net/se/2.0/core}Length" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}PostGap" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
length
|
protected ParameterValueType |
postGap
|
protected ParameterValueType |
preGap
|
protected JAXBElement<? extends StrokeType> |
stroke
|
| Constructor Summary | |
|---|---|
StrokeElementType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getLength()
Obtient la valeur de la propriété length. |
ParameterValueType |
getPostGap()
Obtient la valeur de la propriété postGap. |
ParameterValueType |
getPreGap()
Obtient la valeur de la propriété preGap. |
JAXBElement<? extends StrokeType> |
getStroke()
Restricted Stroke: not allowed to nest a compound stroke within a compound stroke... |
boolean |
isSetLength()
|
boolean |
isSetPostGap()
|
boolean |
isSetPreGap()
|
boolean |
isSetStroke()
|
void |
setLength(ParameterValueType value)
Définit la valeur de la propriété length. |
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 |
setStroke(JAXBElement<? extends StrokeType> value)
Définit la valeur de la propriété stroke. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType preGap
protected JAXBElement<? extends StrokeType> stroke
protected ParameterValueType length
protected ParameterValueType postGap
| Constructor Detail |
|---|
public StrokeElementType()
| Method Detail |
|---|
public ParameterValueType getPreGap()
ParameterValueTypepublic void setPreGap(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPreGap()
public JAXBElement<? extends StrokeType> getStroke()
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public void setStroke(JAXBElement<? extends StrokeType> value)
value - allowed object is
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public boolean isSetStroke()
public ParameterValueType getLength()
ParameterValueTypepublic void setLength(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetLength()
public ParameterValueType getPostGap()
ParameterValueTypepublic void setPostGap(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPostGap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||