|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FontType
public class FontType
Classe Java pour FontType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FontType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}FontFamily" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}FontStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}FontWeight" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}FontSize" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
fontFamily
|
protected ParameterValueType |
fontSize
|
protected ParameterValueType |
fontStyle
|
protected ParameterValueType |
fontWeight
|
protected String |
uom
|
| Constructor Summary | |
|---|---|
FontType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getFontFamily()
Obtient la valeur de la propriété fontFamily. |
ParameterValueType |
getFontSize()
Obtient la valeur de la propriété fontSize. |
ParameterValueType |
getFontStyle()
Obtient la valeur de la propriété fontStyle. |
ParameterValueType |
getFontWeight()
Obtient la valeur de la propriété fontWeight. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetFontFamily()
|
boolean |
isSetFontSize()
|
boolean |
isSetFontStyle()
|
boolean |
isSetFontWeight()
|
boolean |
isSetUom()
|
void |
setFontFamily(ParameterValueType value)
Définit la valeur de la propriété fontFamily. |
void |
setFontSize(ParameterValueType value)
Définit la valeur de la propriété fontSize. |
void |
setFontStyle(ParameterValueType value)
Définit la valeur de la propriété fontStyle. |
void |
setFontWeight(ParameterValueType value)
Définit la valeur de la propriété fontWeight. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType fontFamily
protected ParameterValueType fontStyle
protected ParameterValueType fontWeight
protected ParameterValueType fontSize
protected String uom
| Constructor Detail |
|---|
public FontType()
| Method Detail |
|---|
public ParameterValueType getFontFamily()
ParameterValueTypepublic void setFontFamily(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetFontFamily()
public ParameterValueType getFontStyle()
ParameterValueTypepublic void setFontStyle(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetFontStyle()
public ParameterValueType getFontWeight()
ParameterValueTypepublic void setFontWeight(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetFontWeight()
public ParameterValueType getFontSize()
ParameterValueTypepublic void setFontSize(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetFontSize()
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 | |||||||||