org.citygml4j.jaxb.gml._3_1_1
Class AbstractGeneralOperationParameterType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralOperationParameterType
Direct Known Subclasses:
OperationParameterBaseType, OperationParameterGroupBaseType

public abstract class AbstractGeneralOperationParameterType
extends DefinitionType

Abstract definition of a parameter or group of parameters used by an operation method.

Java-Klasse für AbstractGeneralOperationParameterType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="AbstractGeneralOperationParameterType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}DefinitionType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}minimumOccurs" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractGeneralOperationParameterType()
           
 
Method Summary
 java.math.BigInteger getMinimumOccurs()
          Ruft den Wert der minimumOccurs-Eigenschaft ab.
 boolean isSetMinimumOccurs()
           
 void setMinimumOccurs(java.math.BigInteger value)
          Legt den Wert der minimumOccurs-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeneralOperationParameterType

public AbstractGeneralOperationParameterType()
Method Detail

getMinimumOccurs

public java.math.BigInteger getMinimumOccurs()
Ruft den Wert der minimumOccurs-Eigenschaft ab.

Returns:
possible object is BigInteger

setMinimumOccurs

public void setMinimumOccurs(java.math.BigInteger value)
Legt den Wert der minimumOccurs-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetMinimumOccurs

public boolean isSetMinimumOccurs()