|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.GraphicType
net.opengis.se._2_0.core.MarkGraphicType
public class MarkGraphicType
Classe Java pour MarkGraphicType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="MarkGraphicType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
<sequence>
<choice minOccurs="0">
<element ref="{http://www.opengis.net/se/2.0/core}WellKnownName"/>
<sequence>
<choice>
<element name="OnlineResource" type="{http://www.opengis.net/se/2.0/core}VariableOnlineResourceType"/>
<element ref="{http://www.opengis.net/se/2.0/core}InlineContent"/>
</choice>
<element ref="{http://www.opengis.net/se/2.0/core}Format"/>
<element ref="{http://www.opengis.net/se/2.0/core}MarkIndex" minOccurs="0"/>
</sequence>
</choice>
<element ref="{http://www.opengis.net/se/2.0/core}ViewBox" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}PerpendicularOffset" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Transform" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Halo" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Fill" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Stroke" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends FillType> |
fill
|
protected String |
format
|
protected HaloType |
halo
|
protected InlineContentType |
inlineContent
|
protected ParameterValueType |
markIndex
|
protected VariableOnlineResourceType |
onlineResource
|
protected ParameterValueType |
perpendicularOffset
|
protected JAXBElement<? extends StrokeType> |
stroke
|
protected TransformType |
transform
|
protected String |
uom
|
protected ViewBoxType |
viewBox
|
protected ParameterValueType |
wellKnownName
|
| Fields inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
extension |
| Constructor Summary | |
|---|---|
MarkGraphicType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends FillType> |
getFill()
Obtient la valeur de la propriété fill. |
String |
getFormat()
Obtient la valeur de la propriété format. |
HaloType |
getHalo()
Obtient la valeur de la propriété halo. |
InlineContentType |
getInlineContent()
Obtient la valeur de la propriété inlineContent. |
ParameterValueType |
getMarkIndex()
Obtient la valeur de la propriété markIndex. |
VariableOnlineResourceType |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
ParameterValueType |
getPerpendicularOffset()
Obtient la valeur de la propriété perpendicularOffset. |
JAXBElement<? extends StrokeType> |
getStroke()
Obtient la valeur de la propriété stroke. |
TransformType |
getTransform()
Obtient la valeur de la propriété transform. |
String |
getUom()
Obtient la valeur de la propriété uom. |
ViewBoxType |
getViewBox()
Obtient la valeur de la propriété viewBox. |
ParameterValueType |
getWellKnownName()
Obtient la valeur de la propriété wellKnownName. |
boolean |
isSetFill()
|
boolean |
isSetFormat()
|
boolean |
isSetHalo()
|
boolean |
isSetInlineContent()
|
boolean |
isSetMarkIndex()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetPerpendicularOffset()
|
boolean |
isSetStroke()
|
boolean |
isSetTransform()
|
boolean |
isSetUom()
|
boolean |
isSetViewBox()
|
boolean |
isSetWellKnownName()
|
void |
setFill(JAXBElement<? extends FillType> value)
Définit la valeur de la propriété fill. |
void |
setFormat(String value)
Définit la valeur de la propriété format. |
void |
setHalo(HaloType value)
Définit la valeur de la propriété halo. |
void |
setInlineContent(InlineContentType value)
Définit la valeur de la propriété inlineContent. |
void |
setMarkIndex(ParameterValueType value)
Définit la valeur de la propriété markIndex. |
void |
setOnlineResource(VariableOnlineResourceType value)
Définit la valeur de la propriété onlineResource. |
void |
setPerpendicularOffset(ParameterValueType value)
Définit la valeur de la propriété perpendicularOffset. |
void |
setStroke(JAXBElement<? extends StrokeType> value)
Définit la valeur de la propriété stroke. |
void |
setTransform(TransformType value)
Définit la valeur de la propriété transform. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
setViewBox(ViewBoxType value)
Définit la valeur de la propriété viewBox. |
void |
setWellKnownName(ParameterValueType value)
Définit la valeur de la propriété wellKnownName. |
| Methods inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
getExtension, isSetExtension, setExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType wellKnownName
protected VariableOnlineResourceType onlineResource
protected InlineContentType inlineContent
protected String format
protected ParameterValueType markIndex
protected ViewBoxType viewBox
protected ParameterValueType perpendicularOffset
protected TransformType transform
protected HaloType halo
protected JAXBElement<? extends FillType> fill
protected JAXBElement<? extends StrokeType> stroke
protected String uom
| Constructor Detail |
|---|
public MarkGraphicType()
| Method Detail |
|---|
public ParameterValueType getWellKnownName()
ParameterValueTypepublic void setWellKnownName(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetWellKnownName()
public VariableOnlineResourceType getOnlineResource()
VariableOnlineResourceTypepublic void setOnlineResource(VariableOnlineResourceType value)
value - allowed object is
VariableOnlineResourceTypepublic boolean isSetOnlineResource()
public InlineContentType getInlineContent()
InlineContentTypepublic void setInlineContent(InlineContentType value)
value - allowed object is
InlineContentTypepublic boolean isSetInlineContent()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public ParameterValueType getMarkIndex()
ParameterValueTypepublic void setMarkIndex(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetMarkIndex()
public ViewBoxType getViewBox()
ViewBoxTypepublic void setViewBox(ViewBoxType value)
value - allowed object is
ViewBoxTypepublic boolean isSetViewBox()
public ParameterValueType getPerpendicularOffset()
ParameterValueTypepublic void setPerpendicularOffset(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPerpendicularOffset()
public TransformType getTransform()
TransformTypepublic void setTransform(TransformType value)
value - allowed object is
TransformTypepublic boolean isSetTransform()
public HaloType getHalo()
HaloTypepublic void setHalo(HaloType value)
value - allowed object is
HaloTypepublic boolean isSetHalo()
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 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 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 | |||||||||