|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.SortPropertyType
public class SortPropertyType
Classe Java pour SortPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SortPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}ValueReference"/>
<element name="SortOrder" type="{http://www.opengis.net/fes/2.1}SortOrderType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SortOrderType |
sortOrder
|
protected String |
valueReference
|
| Constructor Summary | |
|---|---|
SortPropertyType()
|
|
| Method Summary | |
|---|---|
SortOrderType |
getSortOrder()
Obtient la valeur de la propriété sortOrder. |
String |
getValueReference()
Obtient la valeur de la propriété valueReference. |
boolean |
isSetSortOrder()
|
boolean |
isSetValueReference()
|
void |
setSortOrder(SortOrderType value)
Définit la valeur de la propriété sortOrder. |
void |
setValueReference(String value)
Définit la valeur de la propriété valueReference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String valueReference
protected SortOrderType sortOrder
| Constructor Detail |
|---|
public SortPropertyType()
| Method Detail |
|---|
public String getValueReference()
Stringpublic void setValueReference(String value)
value - allowed object is
Stringpublic boolean isSetValueReference()
public SortOrderType getSortOrder()
SortOrderTypepublic void setSortOrder(SortOrderType value)
value - allowed object is
SortOrderTypepublic boolean isSetSortOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||