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

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.DomainSetType
Direct Known Subclasses:
GridDomainType, MultiCurveDomainType, MultiPointDomainType, MultiSolidDomainType, MultiSurfaceDomainType, RectifiedGridDomainType, RectifiedIrregularGridDomainType

public class DomainSetType
extends java.lang.Object

The spatiotemporal domain of a coverage. Typically * a geometry collection, * an implicit geometry (e.g. a grid), * an explicit or implicit collection of time instances or periods, or N.B. Temporal geometric complexes and temporal grids are not yet implemented in GML.

Java class for DomainSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DomainSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <choice>
           <element ref="{http://www.opengis.net/gml}_Geometry"/>
           <element ref="{http://www.opengis.net/gml}_TimeObject"/>
         </choice>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String actuate
           
protected  java.lang.String arcrole
           
protected  javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry
           
protected  java.lang.String href
           
protected  java.lang.String remoteSchema
           
protected  java.lang.String role
           
protected  java.lang.String show
           
protected  javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> timeObject
           
protected  java.lang.String title
           
protected  java.lang.String type
           
 
Constructor Summary
DomainSetType()
           
 
Method Summary
 java.lang.String getActuate()
          Gets the value of the actuate property.
 java.lang.String getArcrole()
          Gets the value of the arcrole property.
 javax.xml.bind.JAXBElement<? extends AbstractGeometryType> getGeometry()
          Gets the value of the geometry property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getRemoteSchema()
          Gets the value of the remoteSchema property.
 java.lang.String getRole()
          Gets the value of the role property.
 java.lang.String getShow()
          Gets the value of the show property.
 javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> getTimeObject()
          Gets the value of the timeObject property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getType()
          Gets the value of the type property.
 void setActuate(java.lang.String value)
          Sets the value of the actuate property.
 void setArcrole(java.lang.String value)
          Sets the value of the arcrole property.
 void setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
          Sets the value of the geometry property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setRemoteSchema(java.lang.String value)
          Sets the value of the remoteSchema property.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 void setShow(java.lang.String value)
          Sets the value of the show property.
 void setTimeObject(javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> value)
          Sets the value of the timeObject property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometry

protected javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry

timeObject

protected javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> timeObject

remoteSchema

protected java.lang.String remoteSchema

type

protected java.lang.String type

href

protected java.lang.String href

role

protected java.lang.String role

arcrole

protected java.lang.String arcrole

title

protected java.lang.String title

show

protected java.lang.String show

actuate

protected java.lang.String actuate
Constructor Detail

DomainSetType

public DomainSetType()
Method Detail

getGeometry

public javax.xml.bind.JAXBElement<? extends AbstractGeometryType> getGeometry()
Gets the value of the geometry property.

Returns:
possible object is JAXBElement<MultiLineStringType> JAXBElement<MultiGeometryType> JAXBElement<SolidType> JAXBElement<MultiCurveType> JAXBElement<LinearRingType> AbstractSurface JAXBElement<TriangulatedSurfaceType> JAXBElement<PolygonType> JAXBElement<CurveType> JAXBElement<MultiSurfaceType> JAXBElement<AbstractGeometryType> JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<LineStringType> AbstractRing JAXBElement<PointType> JAXBElement<OrientableCurveType> JAXBElement<OrientableSurfaceType> JAXBElement<RectifiedIrregularGridType> JAXBElement<RectifiedGridType> JAXBElement<AbstractGeometryType> AbstractSolid JAXBElement<MultiPolygonType> JAXBElement<PolyhedralSurfaceType> JAXBElement<RingType> AbstractCurve JAXBElement<AbstractGeometricAggregateType> JAXBElement<TinType> JAXBElement<MultiPointType> JAXBElement<GridType> JAXBElement<MultiSolidType> JAXBElement<SurfaceType>

setGeometry

public void setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.

Parameters:
value - allowed object is JAXBElement<MultiLineStringType> JAXBElement<MultiGeometryType> JAXBElement<SolidType> JAXBElement<MultiCurveType> JAXBElement<LinearRingType> AbstractSurface JAXBElement<TriangulatedSurfaceType> JAXBElement<PolygonType> JAXBElement<CurveType> JAXBElement<MultiSurfaceType> JAXBElement<AbstractGeometryType> JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<LineStringType> AbstractRing JAXBElement<PointType> JAXBElement<OrientableCurveType> JAXBElement<OrientableSurfaceType> JAXBElement<RectifiedIrregularGridType> JAXBElement<RectifiedGridType> JAXBElement<AbstractGeometryType> AbstractSolid JAXBElement<MultiPolygonType> JAXBElement<PolyhedralSurfaceType> JAXBElement<RingType> AbstractCurve JAXBElement<AbstractGeometricAggregateType> JAXBElement<TinType> JAXBElement<MultiPointType> JAXBElement<GridType> JAXBElement<MultiSolidType> JAXBElement<SurfaceType>

getTimeObject

public javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> getTimeObject()
Gets the value of the timeObject property.

Returns:
possible object is JAXBElement<AbstractTimeObjectType> JAXBElement<TimePeriodType> JAXBElement<AbstractTimePrimitiveType> JAXBElement<AbstractTimeGeometricPrimitiveType> JAXBElement<AbstractTimeComplexType> JAXBElement<TimeInstantType>

setTimeObject

public void setTimeObject(javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> value)
Sets the value of the timeObject property.

Parameters:
value - allowed object is JAXBElement<AbstractTimeObjectType> JAXBElement<TimePeriodType> JAXBElement<AbstractTimePrimitiveType> JAXBElement<AbstractTimeGeometricPrimitiveType> JAXBElement<AbstractTimeComplexType> JAXBElement<TimeInstantType>

getRemoteSchema

public java.lang.String getRemoteSchema()
Gets the value of the remoteSchema property.

Returns:
possible object is String

setRemoteSchema

public void setRemoteSchema(java.lang.String value)
Sets the value of the remoteSchema property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getArcrole

public java.lang.String getArcrole()
Gets the value of the arcrole property.

Returns:
possible object is String

setArcrole

public void setArcrole(java.lang.String value)
Sets the value of the arcrole property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getShow

public java.lang.String getShow()
Gets the value of the show property.

Returns:
possible object is String

setShow

public void setShow(java.lang.String value)
Sets the value of the show property.

Parameters:
value - allowed object is String

getActuate

public java.lang.String getActuate()
Gets the value of the actuate property.

Returns:
possible object is String

setActuate

public void setActuate(java.lang.String value)
Sets the value of the actuate property.

Parameters:
value - allowed object is String


Copyright © 2007. All Rights Reserved.