net.opengis.gml
Class AbstractGeneralParameterValueType

java.lang.Object
  extended by net.opengis.gml.AbstractGeneralParameterValueType
Direct Known Subclasses:
ParameterValueGroupType, ParameterValueType

public abstract class AbstractGeneralParameterValueType
extends Object

Abstract parameter value or group of parameter values. This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "valueOfParameter" element that references one element substitutable for the "OperationParameter" element.

Classe Java pour AbstractGeneralParameterValueType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="AbstractGeneralParameterValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractGeneralParameterValueType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeneralParameterValueType

public AbstractGeneralParameterValueType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.