|
||||||||||
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.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.CompositeValueType
public class CompositeValueType
Aggregate value built from other Values using the Composite pattern. It contains zero or an arbitrary number of valueComponent elements, and zero or one valueComponents elements. It may be used for strongly coupled aggregates (vectors, tensors) or for arbitrary collections of values.
Java class for CompositeValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeValueType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element ref="{http://www.opengis.net/gml}valueComponent" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}valueComponents" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompositeValueType()
|
Method Summary | |
---|---|
java.util.List<ValuePropertyType> |
getValueComponent()
Gets the value of the valueComponent property. |
ValueArrayPropertyType |
getValueComponents()
Gets the value of the valueComponents property. |
boolean |
isSetValueComponent()
|
boolean |
isSetValueComponents()
|
void |
setValueComponent(java.util.List<ValuePropertyType> valueComponent)
Sets the value of the valueComponent property. |
void |
setValueComponents(ValueArrayPropertyType value)
Sets the value of the valueComponents property. |
void |
unsetValueComponent()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeValueType()
Method Detail |
---|
public java.util.List<ValuePropertyType> getValueComponent()
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 valueComponent property.
For example, to add a new item, do as follows:
getValueComponent().add(newItem);
Objects of the following type(s) are allowed in the list
ValuePropertyType
public boolean isSetValueComponent()
public void unsetValueComponent()
public ValueArrayPropertyType getValueComponents()
ValueArrayPropertyType
public void setValueComponents(ValueArrayPropertyType value)
value
- allowed object is
ValueArrayPropertyType
public boolean isSetValueComponents()
public void setValueComponent(java.util.List<ValuePropertyType> valueComponent)
valueComponent
- allowed object is
ValuePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |