
eu.agrosense.api.drmcrop.MultiSurface Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.08.07 at 06:37:52 PM CEST
//
package eu.agrosense.api.drmcrop;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
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;
/**
* Java class for MultiSurface complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="MultiSurface">
* <complexContent>
* <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricAggregate">
* <sequence>
* <element ref="{http://www.opengis.net/gml/3.2}surfaceMember" maxOccurs="unbounded" minOccurs="0"/>
* <element ref="{http://www.opengis.net/gml/3.2}surfaceMembers" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "MultiSurface", namespace = "http://www.opengis.net/gml/3.2", propOrder = {
"surfaceMember",
"surfaceMembers"
})
public class MultiSurface
extends AbstractGeometricAggregate
implements ToString
{
@XmlElement(namespace = "http://www.opengis.net/gml/3.2")
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy