|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.RangeParametersType
public class RangeParametersType
Metadata about the rangeSet. Definition of record structure. This is required if the rangeSet is encoded in a DataBlock. We use a gml:_Value with empty values as a map of the composite value structure.
Classe Java pour RangeParametersType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="RangeParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<group ref="{http://www.opengis.net/gml}ValueObject"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_boolean
|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected List<String> |
booleanList
|
protected CodeType |
category
|
protected CategoryExtentType |
categoryExtent
|
protected CodeOrNullListType |
categoryList
|
protected JAXBElement<? extends CompositeValueType> |
compositeValue
|
protected BigInteger |
count
|
protected List<String> |
countExtent
|
protected List<String> |
countList
|
protected String |
href
|
protected MeasureType |
quantity
|
protected QuantityExtentType |
quantityExtent
|
protected MeasureOrNullListType |
quantityList
|
protected String |
remoteSchema
|
protected String |
role
|
protected ShowType |
show
|
protected String |
title
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
RangeParametersType()
|
|
| Method Summary | |
|---|---|
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
List<String> |
getBooleanList()
Gets the value of the booleanList property. |
CodeType |
getCategory()
Obtient la valeur de la propriété category. |
CategoryExtentType |
getCategoryExtent()
Obtient la valeur de la propriété categoryExtent. |
CodeOrNullListType |
getCategoryList()
Obtient la valeur de la propriété categoryList. |
JAXBElement<? extends CompositeValueType> |
getCompositeValue()
Obtient la valeur de la propriété compositeValue. |
BigInteger |
getCount()
Obtient la valeur de la propriété count. |
List<String> |
getCountExtent()
Gets the value of the countExtent property. |
List<String> |
getCountList()
Gets the value of the countList property. |
String |
getHref()
Obtient la valeur de la propriété href. |
MeasureType |
getQuantity()
Obtient la valeur de la propriété quantity. |
QuantityExtentType |
getQuantityExtent()
Obtient la valeur de la propriété quantityExtent. |
MeasureOrNullListType |
getQuantityList()
Obtient la valeur de la propriété quantityList. |
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 |
isBoolean()
Obtient la valeur de la propriété boolean. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetBoolean()
|
boolean |
isSetBooleanList()
|
boolean |
isSetCategory()
|
boolean |
isSetCategoryExtent()
|
boolean |
isSetCategoryList()
|
boolean |
isSetCompositeValue()
|
boolean |
isSetCount()
|
boolean |
isSetCountExtent()
|
boolean |
isSetCountList()
|
boolean |
isSetHref()
|
boolean |
isSetQuantity()
|
boolean |
isSetQuantityExtent()
|
boolean |
isSetQuantityList()
|
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 |
setBoolean(Boolean value)
Définit la valeur de la propriété boolean. |
void |
setCategory(CodeType value)
Définit la valeur de la propriété category. |
void |
setCategoryExtent(CategoryExtentType value)
Définit la valeur de la propriété categoryExtent. |
void |
setCategoryList(CodeOrNullListType value)
Définit la valeur de la propriété categoryList. |
void |
setCompositeValue(JAXBElement<? extends CompositeValueType> value)
Définit la valeur de la propriété compositeValue. |
void |
setCount(BigInteger value)
Définit la valeur de la propriété count. |
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setQuantity(MeasureType value)
Définit la valeur de la propriété quantity. |
void |
setQuantityExtent(QuantityExtentType value)
Définit la valeur de la propriété quantityExtent. |
void |
setQuantityList(MeasureOrNullListType value)
Définit la valeur de la propriété quantityList. |
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. |
void |
unsetBooleanList()
|
void |
unsetCountExtent()
|
void |
unsetCountList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean _boolean
protected CodeType category
protected MeasureType quantity
protected BigInteger count
protected List<String> booleanList
protected CodeOrNullListType categoryList
protected MeasureOrNullListType quantityList
protected List<String> countList
protected CategoryExtentType categoryExtent
protected QuantityExtentType quantityExtent
protected List<String> countExtent
protected JAXBElement<? extends CompositeValueType> compositeValue
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 RangeParametersType()
| Method Detail |
|---|
public Boolean isBoolean()
Booleanpublic void setBoolean(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBoolean()
public CodeType getCategory()
CodeTypepublic void setCategory(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetCategory()
public MeasureType getQuantity()
MeasureTypepublic void setQuantity(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetQuantity()
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCount()
public List<String> getBooleanList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the booleanList property.
For example, to add a new item, do as follows:
getBooleanList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetBooleanList()
public void unsetBooleanList()
public CodeOrNullListType getCategoryList()
CodeOrNullListTypepublic void setCategoryList(CodeOrNullListType value)
value - allowed object is
CodeOrNullListTypepublic boolean isSetCategoryList()
public MeasureOrNullListType getQuantityList()
MeasureOrNullListTypepublic void setQuantityList(MeasureOrNullListType value)
value - allowed object is
MeasureOrNullListTypepublic boolean isSetQuantityList()
public List<String> getCountList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the countList property.
For example, to add a new item, do as follows:
getCountList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCountList()
public void unsetCountList()
public CategoryExtentType getCategoryExtent()
CategoryExtentTypepublic void setCategoryExtent(CategoryExtentType value)
value - allowed object is
CategoryExtentTypepublic boolean isSetCategoryExtent()
public QuantityExtentType getQuantityExtent()
QuantityExtentTypepublic void setQuantityExtent(QuantityExtentType value)
value - allowed object is
QuantityExtentTypepublic boolean isSetQuantityExtent()
public List<String> getCountExtent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the countExtent property.
For example, to add a new item, do as follows:
getCountExtent().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCountExtent()
public void unsetCountExtent()
public JAXBElement<? extends CompositeValueType> getCompositeValue()
JAXBElement<ValueArrayType>
JAXBElement<CompositeValueType>public void setCompositeValue(JAXBElement<? extends CompositeValueType> value)
value - allowed object is
JAXBElement<ValueArrayType>
JAXBElement<CompositeValueType>public boolean isSetCompositeValue()
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 | |||||||||