|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.HaloType
public class HaloType
Classe Java pour HaloType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="HaloType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Radius" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Fill" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends FillType> |
fill
|
protected ParameterValueType |
radius
|
protected String |
uom
|
| Constructor Summary | |
|---|---|
HaloType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends FillType> |
getFill()
Obtient la valeur de la propriété fill. |
ParameterValueType |
getRadius()
Obtient la valeur de la propriété radius. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetFill()
|
boolean |
isSetRadius()
|
boolean |
isSetUom()
|
void |
setFill(JAXBElement<? extends FillType> value)
Définit la valeur de la propriété fill. |
void |
setRadius(ParameterValueType value)
Définit la valeur de la propriété radius. |
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 radius
protected JAXBElement<? extends FillType> fill
protected String uom
| Constructor Detail |
|---|
public HaloType()
| Method Detail |
|---|
public ParameterValueType getRadius()
ParameterValueTypepublic void setRadius(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetRadius()
public JAXBElement<? extends FillType> getFill()
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public void setFill(JAXBElement<? extends FillType> value)
value - allowed object is
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public boolean isSetFill()
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 | |||||||||