net.opengis.gml
Class ValuePropertyType

java.lang.Object
  extended by net.opengis.gml.ValuePropertyType
Direct Known Subclasses:
BooleanPropertyType, CategoryPropertyType, CountPropertyType, QuantityPropertyType, ScalarValuePropertyType

public class ValuePropertyType
extends Object

GML property which refers to, or contains, a Value

Classe Java pour ValuePropertyType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ValuePropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <group ref="{http://www.opengis.net/gml}Value"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _boolean
           
protected  List<String> _null
           
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  Element object
           
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
ValuePropertyType()
           
 
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.
 List<String> getNull()
          Gets the value of the null property.
 Element getObject()
          Obtient la valeur de la propriété object.
 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 isSetNull()
           
 boolean isSetObject()
           
 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 setObject(Element value)
          Définit la valeur de la propriété object.
 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()
           
 void unsetNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_boolean

protected Boolean _boolean

category

protected CodeType category

quantity

protected MeasureType quantity

count

protected BigInteger count

booleanList

protected List<String> booleanList

categoryList

protected CodeOrNullListType categoryList

quantityList

protected MeasureOrNullListType quantityList

countList

protected List<String> countList

categoryExtent

protected CategoryExtentType categoryExtent

quantityExtent

protected QuantityExtentType quantityExtent

countExtent

protected List<String> countExtent

compositeValue

protected JAXBElement<? extends CompositeValueType> compositeValue

object

protected Element object

_null

protected List<String> _null

remoteSchema

protected String remoteSchema

TYPE

public static final TypeType TYPE

href

protected String href

role

protected String role

arcrole

protected String arcrole

title

protected String title

show

protected ShowType show

actuate

protected ActuateType actuate
Constructor Detail

ValuePropertyType

public ValuePropertyType()
Method Detail

isBoolean

public Boolean isBoolean()
Obtient la valeur de la propriété boolean.

Returns:
possible object is Boolean

setBoolean

public void setBoolean(Boolean value)
Définit la valeur de la propriété boolean.

Parameters:
value - allowed object is Boolean

isSetBoolean

public boolean isSetBoolean()

getCategory

public CodeType getCategory()
Obtient la valeur de la propriété category.

Returns:
possible object is CodeType

setCategory

public void setCategory(CodeType value)
Définit la valeur de la propriété category.

Parameters:
value - allowed object is CodeType

isSetCategory

public boolean isSetCategory()

getQuantity

public MeasureType getQuantity()
Obtient la valeur de la propriété quantity.

Returns:
possible object is MeasureType

setQuantity

public void setQuantity(MeasureType value)
Définit la valeur de la propriété quantity.

Parameters:
value - allowed object is MeasureType

isSetQuantity

public boolean isSetQuantity()

getCount

public BigInteger getCount()
Obtient la valeur de la propriété count.

Returns:
possible object is BigInteger

setCount

public void setCount(BigInteger value)
Définit la valeur de la propriété count.

Parameters:
value - allowed object is BigInteger

isSetCount

public boolean isSetCount()

getBooleanList

public List<String> getBooleanList()
Gets the value of the booleanList property.

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


isSetBooleanList

public boolean isSetBooleanList()

unsetBooleanList

public void unsetBooleanList()

getCategoryList

public CodeOrNullListType getCategoryList()
Obtient la valeur de la propriété categoryList.

Returns:
possible object is CodeOrNullListType

setCategoryList

public void setCategoryList(CodeOrNullListType value)
Définit la valeur de la propriété categoryList.

Parameters:
value - allowed object is CodeOrNullListType

isSetCategoryList

public boolean isSetCategoryList()

getQuantityList

public MeasureOrNullListType getQuantityList()
Obtient la valeur de la propriété quantityList.

Returns:
possible object is MeasureOrNullListType

setQuantityList

public void setQuantityList(MeasureOrNullListType value)
Définit la valeur de la propriété quantityList.

Parameters:
value - allowed object is MeasureOrNullListType

isSetQuantityList

public boolean isSetQuantityList()

getCountList

public List<String> getCountList()
Gets the value of the countList property.

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


isSetCountList

public boolean isSetCountList()

unsetCountList

public void unsetCountList()

getCategoryExtent

public CategoryExtentType getCategoryExtent()
Obtient la valeur de la propriété categoryExtent.

Returns:
possible object is CategoryExtentType

setCategoryExtent

public void setCategoryExtent(CategoryExtentType value)
Définit la valeur de la propriété categoryExtent.

Parameters:
value - allowed object is CategoryExtentType

isSetCategoryExtent

public boolean isSetCategoryExtent()

getQuantityExtent

public QuantityExtentType getQuantityExtent()
Obtient la valeur de la propriété quantityExtent.

Returns:
possible object is QuantityExtentType

setQuantityExtent

public void setQuantityExtent(QuantityExtentType value)
Définit la valeur de la propriété quantityExtent.

Parameters:
value - allowed object is QuantityExtentType

isSetQuantityExtent

public boolean isSetQuantityExtent()

getCountExtent

public List<String> getCountExtent()
Gets the value of the countExtent property.

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


isSetCountExtent

public boolean isSetCountExtent()

unsetCountExtent

public void unsetCountExtent()

getCompositeValue

public JAXBElement<? extends CompositeValueType> getCompositeValue()
Obtient la valeur de la propriété compositeValue.

Returns:
possible object is JAXBElement<ValueArrayType> JAXBElement<CompositeValueType>

setCompositeValue

public void setCompositeValue(JAXBElement<? extends CompositeValueType> value)
Définit la valeur de la propriété compositeValue.

Parameters:
value - allowed object is JAXBElement<ValueArrayType> JAXBElement<CompositeValueType>

isSetCompositeValue

public boolean isSetCompositeValue()

getObject

public Element getObject()
Obtient la valeur de la propriété object.

Returns:
possible object is Element

setObject

public void setObject(Element value)
Définit la valeur de la propriété object.

Parameters:
value - allowed object is Element

isSetObject

public boolean isSetObject()

getNull

public List<String> getNull()
Gets the value of the null property.

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 null property.

For example, to add a new item, do as follows:

    getNull().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetNull

public boolean isSetNull()

unsetNull

public void unsetNull()

getRemoteSchema

public String getRemoteSchema()
Obtient la valeur de la propriété remoteSchema.

Returns:
possible object is String

setRemoteSchema

public void setRemoteSchema(String value)
Définit la valeur de la propriété remoteSchema.

Parameters:
value - allowed object is String

isSetRemoteSchema

public boolean isSetRemoteSchema()

getHref

public String getHref()
Obtient la valeur de la propriété href.

Returns:
possible object is String

setHref

public void setHref(String value)
Définit la valeur de la propriété href.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getRole

public String getRole()
Obtient la valeur de la propriété role.

Returns:
possible object is String

setRole

public void setRole(String value)
Définit la valeur de la propriété role.

Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()

getArcrole

public String getArcrole()
Obtient la valeur de la propriété arcrole.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Définit la valeur de la propriété arcrole.

Parameters:
value - allowed object is String

isSetArcrole

public boolean isSetArcrole()

getTitle

public String getTitle()
Obtient la valeur de la propriété title.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getShow

public ShowType getShow()
Obtient la valeur de la propriété show.

Returns:
possible object is ShowType

setShow

public void setShow(ShowType value)
Définit la valeur de la propriété show.

Parameters:
value - allowed object is ShowType

isSetShow

public boolean isSetShow()

getActuate

public ActuateType getActuate()
Obtient la valeur de la propriété actuate.

Returns:
possible object is ActuateType

setActuate

public void setActuate(ActuateType value)
Définit la valeur de la propriété actuate.

Parameters:
value - allowed object is ActuateType

isSetActuate

public boolean isSetActuate()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.