|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.DirectionPropertyType
public class DirectionPropertyType
Classe Java pour DirectionPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DirectionPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml}DirectionVector"/>
<element ref="{http://www.opengis.net/gml}CompassPoint"/>
<element name="DirectionKeyword" type="{http://www.opengis.net/gml}CodeType"/>
<element name="DirectionString" type="{http://www.opengis.net/gml}StringOrRefType"/>
</choice>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected CompassPointEnumeration |
compassPoint
|
protected CodeType |
directionKeyword
|
protected StringOrRefType |
directionString
|
protected DirectionVectorType |
directionVector
|
protected String |
href
|
protected String |
remoteSchema
|
protected String |
role
|
protected ShowType |
show
|
protected String |
title
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
DirectionPropertyType()
|
|
| Method Summary | |
|---|---|
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
CompassPointEnumeration |
getCompassPoint()
Obtient la valeur de la propriété compassPoint. |
CodeType |
getDirectionKeyword()
Obtient la valeur de la propriété directionKeyword. |
StringOrRefType |
getDirectionString()
Obtient la valeur de la propriété directionString. |
DirectionVectorType |
getDirectionVector()
Obtient la valeur de la propriété directionVector. |
String |
getHref()
Obtient la valeur de la propriété href. |
String |
getRemoteSchema()
Obtient la valeur de la propriété remoteSchema. |
String |
getRole()
Obtient la valeur de la propriété role. |
ShowType |
getShow()
Obtient la valeur de la propriété show. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetCompassPoint()
|
boolean |
isSetDirectionKeyword()
|
boolean |
isSetDirectionString()
|
boolean |
isSetDirectionVector()
|
boolean |
isSetHref()
|
boolean |
isSetRemoteSchema()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
void |
setActuate(ActuateType value)
Définit la valeur de la propriété actuate. |
void |
setArcrole(String value)
Définit la valeur de la propriété arcrole. |
void |
setCompassPoint(CompassPointEnumeration value)
Définit la valeur de la propriété compassPoint. |
void |
setDirectionKeyword(CodeType value)
Définit la valeur de la propriété directionKeyword. |
void |
setDirectionString(StringOrRefType value)
Définit la valeur de la propriété directionString. |
void |
setDirectionVector(DirectionVectorType value)
Définit la valeur de la propriété directionVector. |
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setRemoteSchema(String value)
Définit la valeur de la propriété remoteSchema. |
void |
setRole(String value)
Définit la valeur de la propriété role. |
void |
setShow(ShowType value)
Définit la valeur de la propriété show. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DirectionVectorType directionVector
protected CompassPointEnumeration compassPoint
protected CodeType directionKeyword
protected StringOrRefType directionString
protected String remoteSchema
public static final TypeType TYPE
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
| Constructor Detail |
|---|
public DirectionPropertyType()
| Method Detail |
|---|
public DirectionVectorType getDirectionVector()
DirectionVectorTypepublic void setDirectionVector(DirectionVectorType value)
value - allowed object is
DirectionVectorTypepublic boolean isSetDirectionVector()
public CompassPointEnumeration getCompassPoint()
CompassPointEnumerationpublic void setCompassPoint(CompassPointEnumeration value)
value - allowed object is
CompassPointEnumerationpublic boolean isSetCompassPoint()
public CodeType getDirectionKeyword()
CodeTypepublic void setDirectionKeyword(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetDirectionKeyword()
public StringOrRefType getDirectionString()
StringOrRefTypepublic void setDirectionString(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetDirectionString()
public String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic boolean isSetRemoteSchema()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||