|
||||||||||
| 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
public abstract class StrokeType
Classe Java pour StrokeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StrokeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}LinearRapport" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Extension" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExtensionType |
extension
|
protected Boolean |
linearRapport
|
| Constructor Summary | |
|---|---|
StrokeType()
|
|
| Method Summary | |
|---|---|
ExtensionType |
getExtension()
Obtient la valeur de la propriété extension. |
Boolean |
isLinearRapport()
Obtient la valeur de la propriété linearRapport. |
boolean |
isSetExtension()
|
boolean |
isSetLinearRapport()
|
void |
setExtension(ExtensionType value)
Définit la valeur de la propriété extension. |
void |
setLinearRapport(Boolean value)
Définit la valeur de la propriété linearRapport. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean linearRapport
protected ExtensionType extension
| Constructor Detail |
|---|
public StrokeType()
| Method Detail |
|---|
public Boolean isLinearRapport()
Booleanpublic void setLinearRapport(Boolean value)
value - allowed object is
Booleanpublic boolean isSetLinearRapport()
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic boolean isSetExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||