Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralOperationParameterType

Packages that use AbstractGeneralOperationParameterType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractGeneralOperationParameterType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractGeneralOperationParameterType in org.citygml4j.jaxb.gml._3_1_1
 class OperationParameterBaseType
          Basic encoding for operation parameter objects, simplifying and restricting the DefinitionType as needed.
 class OperationParameterGroupBaseType
          Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed.
 class OperationParameterGroupType
          The definition of a group of parameters used by an operation method.
 class OperationParameterType
          The definition of a parameter used by an operation method.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGeneralOperationParameterType
 javax.xml.bind.JAXBElement<AbstractGeneralOperationParameterType> ObjectFactory.create_GeneralOperationParameter(AbstractGeneralOperationParameterType value)
          Create an instance of JAXBElement<AbstractGeneralOperationParameterType>}
 javax.xml.bind.JAXBElement<? extends AbstractGeneralOperationParameterType> AbstractGeneralOperationParameterRefType.get_GeneralOperationParameter()
          Gets the value of the _GeneralOperationParameter property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractGeneralOperationParameterType
 javax.xml.bind.JAXBElement<AbstractGeneralOperationParameterType> ObjectFactory.create_GeneralOperationParameter(AbstractGeneralOperationParameterType value)
          Create an instance of JAXBElement<AbstractGeneralOperationParameterType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeneralOperationParameterType
 void AbstractGeneralOperationParameterRefType.set_GeneralOperationParameter(javax.xml.bind.JAXBElement<? extends AbstractGeneralOperationParameterType> value)
          Sets the value of the _GeneralOperationParameter property.