|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.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.
Java class for RangeParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
RangeParametersType()
|
Method Summary | |
---|---|
java.lang.String |
getActuate()
Gets the value of the actuate property. |
java.lang.String |
getArcrole()
Gets the value of the arcrole property. |
java.util.List<java.lang.String> |
getBooleanList()
Gets the value of the booleanList property. |
CodeType |
getCategory()
Gets the value of the category property. |
CategoryExtentType |
getCategoryExtent()
Gets the value of the categoryExtent property. |
CodeOrNullListType |
getCategoryList()
Gets the value of the categoryList property. |
javax.xml.bind.JAXBElement<? extends CompositeValueType> |
getCompositeValue()
Gets the value of the compositeValue property. |
java.math.BigInteger |
getCount()
Gets the value of the count property. |
java.util.List<java.lang.String> |
getCountExtent()
Gets the value of the countExtent property. |
java.util.List<java.lang.String> |
getCountList()
Gets the value of the countList property. |
java.lang.String |
getHref()
Gets the value of the href property. |
MeasureType |
getQuantity()
Gets the value of the quantity property. |
QuantityExtentType |
getQuantityExtent()
Gets the value of the quantityExtent property. |
MeasureOrNullListType |
getQuantityList()
Gets the value of the quantityList property. |
java.lang.String |
getRemoteSchema()
Gets the value of the remoteSchema property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.String |
getShow()
Gets the value of the show property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isBoolean()
Gets the value of the boolean property. |
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()
|
boolean |
isSetType()
|
void |
setActuate(java.lang.String value)
Sets the value of the actuate property. |
void |
setArcrole(java.lang.String value)
Sets the value of the arcrole property. |
void |
setBoolean(java.lang.Boolean value)
Sets the value of the boolean property. |
void |
setBooleanList(java.util.List<java.lang.String> booleanList)
Sets the value of the booleanList property. |
void |
setCategory(CodeType value)
Sets the value of the category property. |
void |
setCategoryExtent(CategoryExtentType value)
Sets the value of the categoryExtent property. |
void |
setCategoryList(CodeOrNullListType value)
Sets the value of the categoryList property. |
void |
setCompositeValue(javax.xml.bind.JAXBElement<? extends CompositeValueType> value)
Sets the value of the compositeValue property. |
void |
setCount(java.math.BigInteger value)
Sets the value of the count property. |
void |
setCountExtent(java.util.List<java.lang.String> countExtent)
Sets the value of the countExtent property. |
void |
setCountList(java.util.List<java.lang.String> countList)
Sets the value of the countList property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setQuantity(MeasureType value)
Sets the value of the quantity property. |
void |
setQuantityExtent(QuantityExtentType value)
Sets the value of the quantityExtent property. |
void |
setQuantityList(MeasureOrNullListType value)
Sets the value of the quantityList property. |
void |
setRemoteSchema(java.lang.String value)
Sets the value of the remoteSchema property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setShow(java.lang.String value)
Sets the value of the show property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
unsetBooleanList()
|
void |
unsetCountExtent()
|
void |
unsetCountList()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RangeParametersType()
Method Detail |
---|
public java.lang.Boolean isBoolean()
Boolean
public void setBoolean(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetBoolean()
public CodeType getCategory()
CodeType
public void setCategory(CodeType value)
value
- allowed object is
CodeType
public boolean isSetCategory()
public MeasureType getQuantity()
MeasureType
public void setQuantity(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetQuantity()
public java.math.BigInteger getCount()
BigInteger
public void setCount(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetCount()
public java.util.List<java.lang.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()
CodeOrNullListType
public void setCategoryList(CodeOrNullListType value)
value
- allowed object is
CodeOrNullListType
public boolean isSetCategoryList()
public MeasureOrNullListType getQuantityList()
MeasureOrNullListType
public void setQuantityList(MeasureOrNullListType value)
value
- allowed object is
MeasureOrNullListType
public boolean isSetQuantityList()
public java.util.List<java.lang.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()
CategoryExtentType
public void setCategoryExtent(CategoryExtentType value)
value
- allowed object is
CategoryExtentType
public boolean isSetCategoryExtent()
public QuantityExtentType getQuantityExtent()
QuantityExtentType
public void setQuantityExtent(QuantityExtentType value)
value
- allowed object is
QuantityExtentType
public boolean isSetQuantityExtent()
public java.util.List<java.lang.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 javax.xml.bind.JAXBElement<? extends CompositeValueType> getCompositeValue()
JAXBElement
<
ValueArrayType
>
JAXBElement
<
CompositeValueType
>
public void setCompositeValue(javax.xml.bind.JAXBElement<? extends CompositeValueType> value)
value
- allowed object is
JAXBElement
<
ValueArrayType
>
JAXBElement
<
CompositeValueType
>
public boolean isSetCompositeValue()
public java.lang.String getRemoteSchema()
String
public void setRemoteSchema(java.lang.String value)
value
- allowed object is
String
public boolean isSetRemoteSchema()
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isSetType()
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is
String
public boolean isSetHref()
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isSetRole()
public java.lang.String getArcrole()
String
public void setArcrole(java.lang.String value)
value
- allowed object is
String
public boolean isSetArcrole()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public boolean isSetTitle()
public java.lang.String getShow()
String
public void setShow(java.lang.String value)
value
- allowed object is
String
public boolean isSetShow()
public java.lang.String getActuate()
String
public void setActuate(java.lang.String value)
value
- allowed object is
String
public boolean isSetActuate()
public void setBooleanList(java.util.List<java.lang.String> booleanList)
booleanList
- allowed object is
String
public void setCountList(java.util.List<java.lang.String> countList)
countList
- allowed object is
String
public void setCountExtent(java.util.List<java.lang.String> countExtent)
countExtent
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |