it.cnr.imaa.essi.ncml.binding.gml
Class CompositeValueType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.CompositeValueType
Direct Known Subclasses:
ValueArrayType

public class CompositeValueType
extends AbstractGMLType

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>
 


Field Summary
protected  java.util.List<ValuePropertyType> valueComponent
           
protected  ValueArrayPropertyType valueComponents
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
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.
 void setValueComponents(ValueArrayPropertyType value)
          Sets the value of the valueComponents property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueComponent

protected java.util.List<ValuePropertyType> valueComponent

valueComponents

protected ValueArrayPropertyType valueComponents
Constructor Detail

CompositeValueType

public CompositeValueType()
Method Detail

getValueComponent

public java.util.List<ValuePropertyType> getValueComponent()
Gets the value of the valueComponent 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 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


getValueComponents

public ValueArrayPropertyType getValueComponents()
Gets the value of the valueComponents property.

Returns:
possible object is ValueArrayPropertyType

setValueComponents

public void setValueComponents(ValueArrayPropertyType value)
Sets the value of the valueComponents property.

Parameters:
value - allowed object is ValueArrayPropertyType


Copyright © 2007. All Rights Reserved.