/** * * geo-platform * Rich webgis framework * http://geo-platform.org * ==================================================================== * * Copyright (C) 2008-2017 geoSDI Group (CNR IMAA - Potenza - ITALY). * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. This program is distributed in the * hope that it will be useful, but WITHOUT ANY WARRANTY; without * even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU General Public License * for more details. You should have received a copy of the GNU General * Public License along with this program. If not, see http://www.gnu.org/licenses/ * * ==================================================================== * * Linking this library statically or dynamically with other modules is * making a combined work based on this library. Thus, the terms and * conditions of the GNU General Public License cover the whole combination. * * As a special exception, the copyright holders of this library give you permission * to link this library with independent modules to produce an executable, regardless * of the license terms of these independent modules, and to copy and distribute * the resulting executable under terms of your choice, provided that you also meet, * for each linked independent module, the terms and conditions of the license of * that module. An independent module is a module which is not derived from or * based on this library. If you modify this library, you may extend this exception * to your version of the library, but you are not obligated to do so. If you do not * wish to do so, delete this exception statement from your version. */ // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.04.18 at 11:58:17 AM CEST // package org.geosdi.geoplatform.xml.gml.v321; import java.util.ArrayList; import java.util.List; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlType; import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy; import org.jvnet.jaxb2_commons.lang.ToString; import org.jvnet.jaxb2_commons.lang.ToStringStrategy; import org.jvnet.jaxb2_commons.locator.ObjectLocator; /** * <p>Java class for ArrayAssociationType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ArrayAssociationType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{http://www.opengis.net/gml/3.2}AbstractObject" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ArrayAssociationType", propOrder = { "abstractObject" }) public class ArrayAssociationType implements ToString { @XmlElementRef(name = "AbstractObject", namespace = "http://www.opengis.net/gml/3.2", type = JAXBElement.class) protected List<JAXBElement<?>> abstractObject; @XmlAttribute(name = "owns") protected java.lang.Boolean owns; /** * Gets the value of the abstractObject property. * * <p> * 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 <CODE>set</CODE> method for the abstractObject property. * * <p> * For example, to add a new item, do as follows: * <pre> * getAbstractObject().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link SurfaceType }{@code >} * {@link OperationParameterUpperCase } * {@link JAXBElement }{@code <}{@link CompositeSolidType }{@code >} * {@link JAXBElement }{@code <}{@link PointType }{@code >} * {@link JAXBElement }{@code <}{@link MultiCurveType }{@code >} * {@link JAXBElement }{@code <}{@link Object }{@code >} * {@link JAXBElement }{@code <}{@link GeocentricCRSType }{@code >} * {@link VerticalCSUpperCase } * {@link JAXBElement }{@code <}{@link AbstractGMLType }{@code >} * {@link JAXBElement }{@code <}{@link DerivedUnitType }{@code >} * {@link ConversionUpperCase } * {@link JAXBElement }{@code <}{@link BezierType }{@code >} * {@link JAXBElement }{@code <}{@link TimeClockType }{@code >} * {@link JAXBElement }{@code <}{@link TimeCoordinateSystemType }{@code >} * {@link JAXBElement }{@code <}{@link CompoundCRSType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCRSType }{@code >} * {@link JAXBElement }{@code <}{@link Object }{@code >} * {@link JAXBElement }{@code <}{@link Category }{@code >} * {@link JAXBElement }{@code <}{@link FileType }{@code >} * {@link JAXBElement }{@code <}{@link CompositeValueType }{@code >} * {@link JAXBElement }{@code <}{@link GeodesicStringType }{@code >} * {@link JAXBElement }{@code <}{@link UnitDefinitionType }{@code >} * {@link JAXBElement }{@code <}{@link OrientableCurveType }{@code >} * {@link JAXBElement }{@code <}{@link EnvelopeWithTimePeriodType }{@code >} * {@link JAXBElement }{@code <}{@link AffinePlacementType }{@code >} * {@link JAXBElement }{@code <}{@link ArcByBulgeType }{@code >} * {@link JAXBElement }{@code <}{@link DynamicFeatureCollectionType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractFeatureType }{@code >} * {@link JAXBElement }{@code <}{@link GeodesicType }{@code >} * {@link JAXBElement }{@code <}{@link DefinitionType }{@code >} * {@link JAXBElement }{@code <}{@link LineStringSegmentType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeneralTransformationType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >} * {@link JAXBElement }{@code <}{@link TemporalCSType }{@code >} * {@link JAXBElement }{@code <}{@link List }{@code <}{@link String }{@code >}{@code >} * {@link JAXBElement }{@code <}{@link CoverageFunctionType }{@code >} * {@link JAXBElement }{@code <}{@link DerivedCRSType }{@code >} * {@link JAXBElement }{@code <}{@link TemporalCRSType }{@code >} * {@link JAXBElement }{@code <}{@link TimePeriodType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >} * {@link JAXBElement }{@code <}{@link TimeCalendarType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeneralParameterValueType }{@code >} * {@link JAXBElement }{@code <}{@link TimeEdgeType }{@code >} * {@link JAXBElement }{@code <}{@link MultiSurfaceType }{@code >} * {@link JAXBElement }{@code <}{@link GeodeticCRSType }{@code >} * {@link JAXBElement }{@code <}{@link TimeInstantType }{@code >} * {@link JAXBElement }{@code <}{@link MultiGeometryType }{@code >} * {@link EngineeringDatumUpperCase } * {@link JAXBElement }{@code <}{@link MappingRuleType }{@code >} * {@link JAXBElement }{@code <}{@link OffsetCurveType }{@code >} * {@link CartesianCSUpperCase } * {@link JAXBElement }{@code <}{@link ArcType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeneralOperationParameterType }{@code >} * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link TimeOrdinalReferenceSystemType }{@code >} * {@link JAXBElement }{@code <}{@link Object }{@code >} * {@link JAXBElement }{@code <}{@link GridFunctionType }{@code >} * {@link JAXBElement }{@code <}{@link LinearRingType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeneralConversionType }{@code >} * {@link JAXBElement }{@code <}{@link FeatureCollectionType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCoordinateSystemType }{@code >} * {@link JAXBElement }{@code <}{@link DataBlockType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractRingType }{@code >} * {@link JAXBElement }{@code <}{@link MultiPointType }{@code >} * {@link JAXBElement }{@code <}{@link List }{@code <}{@link String }{@code >}{@code >} * {@link JAXBElement }{@code <}{@link CoordinateSystemAxisType }{@code >} * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link ArcByCenterPointType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >} * {@link JAXBElement }{@code <}{@link RingType }{@code >} * {@link JAXBElement }{@code <}{@link CodeOrNilReasonListType }{@code >} * {@link JAXBElement }{@code <}{@link ConcatenatedOperationType }{@code >} * {@link JAXBElement }{@code <}{@link CubicSplineType }{@code >} * {@link JAXBElement }{@code <}{@link RectifiedGridType }{@code >} * {@link JAXBElement }{@code <}{@link MeasureOrNilReasonListType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractFeatureCollectionType }{@code >} * {@link ParameterValueUpperCase } * {@link JAXBElement }{@code <}{@link CircleType }{@code >} * {@link JAXBElement }{@code <}{@link ObliqueCartesianCSType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimeSliceType }{@code >} * {@link JAXBElement }{@code <}{@link SolidType }{@code >} * {@link GeodeticDatumUpperCase } * {@link JAXBElement }{@code <}{@link ArrayType }{@code >} * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link PolarCSUpperCase } * {@link JAXBElement }{@code <}{@link ValueArrayType }{@code >} * {@link JAXBElement }{@code <}{@link TransformationType }{@code >} * {@link JAXBElement }{@code <}{@link List }{@code <}{@link String }{@code >}{@code >} * {@link UserDefinedCSUpperCase } * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link PassThroughOperationType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTopoPrimitiveType }{@code >} * {@link JAXBElement }{@code <}{@link SurfaceType }{@code >} * {@link JAXBElement }{@code <}{@link TinType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCRSType }{@code >} * {@link JAXBElement }{@code <}{@link ArcStringByBulgeType }{@code >} * {@link AffineCSUpperCase } * {@link JAXBElement }{@code <}{@link EngineeringCRSType }{@code >} * {@link JAXBElement }{@code <}{@link Quantity }{@code >} * {@link JAXBElement }{@code <}{@link ShellType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractSolidType }{@code >} * {@link JAXBElement }{@code <}{@link GeometricComplexType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTopologyType }{@code >} * {@link JAXBElement }{@code <}{@link DictionaryType }{@code >} * {@link JAXBElement }{@code <}{@link OperationMethodType }{@code >} * {@link JAXBElement }{@code <}{@link ArcStringType }{@code >} * {@link JAXBElement }{@code <}{@link TimeTopologyComplexType }{@code >} * {@link JAXBElement }{@code <}{@link ObservationType }{@code >} * {@link JAXBElement }{@code <}{@link ParameterValueGroupType }{@code >} * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link MultiSolidType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractContinuousCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link CategoryExtentType }{@code >} * {@link JAXBElement }{@code <}{@link DynamicFeatureType }{@code >} * {@link JAXBElement }{@code <}{@link PolygonType }{@code >} * {@link JAXBElement }{@code <}{@link VerticalCRSType }{@code >} * {@link LinearCSUpperCase } * {@link SphericalCSUpperCase } * {@link ImageDatumUpperCase } * {@link JAXBElement }{@code <}{@link DictionaryType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractDatumType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimeObjectType }{@code >} * {@link JAXBElement }{@code <}{@link ProjectedCRSType }{@code >} * {@link JAXBElement }{@code <}{@link CircleByCenterPointType }{@code >} * {@link VerticalDatumUpperCase } * {@link JAXBElement }{@code <}{@link EnvelopeType }{@code >} * {@link JAXBElement }{@code <}{@link OrientableSurfaceType }{@code >} * {@link JAXBElement }{@code <}{@link GeographicCRSType }{@code >} * {@link EllipsoidalCSUpperCase } * {@link JAXBElement }{@code <}{@link MovingObjectStatusType }{@code >} * {@link JAXBElement }{@code <}{@link DirectedObservationType }{@code >} * {@link JAXBElement }{@code <}{@link Count }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractMetaDataType }{@code >} * {@link JAXBElement }{@code <}{@link TopoSolidType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractCurveSegmentType }{@code >} * {@link JAXBElement }{@code <}{@link CurveType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimePrimitiveType }{@code >} * {@link JAXBElement }{@code <}{@link ClothoidType }{@code >} * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link CylindricalCSUpperCase } * {@link JAXBElement }{@code <}{@link DiscreteCoverageType }{@code >} * {@link JAXBElement }{@code <}{@link DirectedObservationAtDistanceType }{@code >} * {@link JAXBElement }{@code <}{@link BagType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeometricAggregateType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeometricPrimitiveType }{@code >} * {@link JAXBElement }{@code <}{@link TopoComplexType }{@code >} * {@link JAXBElement }{@code <}{@link GenericMetaDataType }{@code >} * {@link JAXBElement }{@code <}{@link BSplineType }{@code >} * {@link TimeCSUpperCase } * {@link JAXBElement }{@code <}{@link ConventionalUnitType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimeComplexType }{@code >} * {@link JAXBElement }{@code <}{@link TimeReferenceSystemType }{@code >} * {@link JAXBElement }{@code <}{@link DefinitionProxyType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeneralDerivedCRSType }{@code >} * {@link JAXBElement }{@code <}{@link SurfaceType }{@code >} * {@link JAXBElement }{@code <}{@link QuantityExtentType }{@code >} * {@link JAXBElement }{@code <}{@link org.geosdi.geoplatform.xml.gml.v321.Boolean }{@code >} * {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >} * {@link JAXBElement }{@code <}{@link CompositeSurfaceType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractSurfaceType }{@code >} * {@link EllipsoidUpperCase } * {@link JAXBElement }{@code <}{@link AbstractCurveType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimeTopologyPrimitiveType }{@code >} * {@link JAXBElement }{@code <}{@link LineStringType }{@code >} * {@link JAXBElement }{@code <}{@link Object }{@code >} * {@link PrimeMeridianUpperCase } * {@link JAXBElement }{@code <}{@link TimeNodeType }{@code >} * {@link JAXBElement }{@code <}{@link FaceType }{@code >} * {@link JAXBElement }{@code <}{@link NodeType }{@code >} * {@link JAXBElement }{@code <}{@link EdgeType }{@code >} * {@link JAXBElement }{@code <}{@link OperationParameterGroupType }{@code >} * {@link JAXBElement }{@code <}{@link BaseUnitType }{@code >} * {@link JAXBElement }{@code <}{@link AbstractTimeGeometricPrimitiveType }{@code >} * {@link TemporalDatumUpperCase } * {@link JAXBElement }{@code <}{@link CompositeCurveType }{@code >} * {@link JAXBElement }{@code <}{@link ImageCRSType }{@code >} * {@link JAXBElement }{@code <}{@link GridType }{@code >} * * */ public List<JAXBElement<?>> getAbstractObject() { if (abstractObject == null) { abstractObject = new ArrayList<JAXBElement<?>>(); } return this.abstractObject; } public boolean isSetAbstractObject() { return ((this.abstractObject!= null)&&(!this.abstractObject.isEmpty())); } public void unsetAbstractObject() { this.abstractObject = null; } /** * Gets the value of the owns property. * * @return * possible object is * {@link java.lang.Boolean } * */ public boolean isOwns() { if (owns == null) { return false; } else { return owns; } } /** * Sets the value of the owns property. * * @param value * allowed object is * {@link java.lang.Boolean } * */ public void setOwns(boolean value) { this.owns = value; } public boolean isSetOwns() { return (this.owns!= null); } public void unsetOwns() { this.owns = null; } public String toString() { final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { List<JAXBElement<?>> theAbstractObject; theAbstractObject = (this.isSetAbstractObject()?this.getAbstractObject():null); strategy.appendField(locator, this, "abstractObject", buffer, theAbstractObject); } { boolean theOwns; theOwns = (this.isSetOwns()?this.isOwns():false); strategy.appendField(locator, this, "owns", buffer, theOwns); } return buffer; } public void setAbstractObject(List<JAXBElement<?>> value) { this.abstractObject = null; List<JAXBElement<?>> draftl = this.getAbstractObject(); draftl.addAll(value); } }