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 class for AbstractGeneralOperationParameterType complex type.

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

 <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()
          Gets the value of the minimumOccurs property.
 boolean isSetMinimumOccurs()
           
 void setMinimumOccurs(java.math.BigInteger value)
          Sets the value of the minimumOccurs property.
 
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()
Gets the value of the minimumOccurs property.

Returns:
possible object is BigInteger

setMinimumOccurs

public void setMinimumOccurs(java.math.BigInteger value)
Sets the value of the minimumOccurs property.

Parameters:
value - allowed object is BigInteger

isSetMinimumOccurs

public boolean isSetMinimumOccurs()