|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.LabelType
public abstract class LabelType
Classe Java pour LabelType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LabelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}StyledText"/>
<element ref="{http://www.opengis.net/se/2.0/core}HorizontalAlignment" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}VerticalAlignment" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
horizontalAlignment
|
protected StyledTextType |
styledText
|
protected String |
uom
|
protected ParameterValueType |
verticalAlignment
|
| Constructor Summary | |
|---|---|
LabelType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getHorizontalAlignment()
Obtient la valeur de la propriété horizontalAlignment. |
StyledTextType |
getStyledText()
Obtient la valeur de la propriété styledText. |
String |
getUom()
Obtient la valeur de la propriété uom. |
ParameterValueType |
getVerticalAlignment()
Obtient la valeur de la propriété verticalAlignment. |
boolean |
isSetHorizontalAlignment()
|
boolean |
isSetStyledText()
|
boolean |
isSetUom()
|
boolean |
isSetVerticalAlignment()
|
void |
setHorizontalAlignment(ParameterValueType value)
Définit la valeur de la propriété horizontalAlignment. |
void |
setStyledText(StyledTextType value)
Définit la valeur de la propriété styledText. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
setVerticalAlignment(ParameterValueType value)
Définit la valeur de la propriété verticalAlignment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StyledTextType styledText
protected ParameterValueType horizontalAlignment
protected ParameterValueType verticalAlignment
protected String uom
| Constructor Detail |
|---|
public LabelType()
| Method Detail |
|---|
public StyledTextType getStyledText()
StyledTextTypepublic void setStyledText(StyledTextType value)
value - allowed object is
StyledTextTypepublic boolean isSetStyledText()
public ParameterValueType getHorizontalAlignment()
ParameterValueTypepublic void setHorizontalAlignment(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetHorizontalAlignment()
public ParameterValueType getVerticalAlignment()
ParameterValueTypepublic void setVerticalAlignment(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetVerticalAlignment()
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 | |||||||||