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()
          Ruft den Wert der _GeneralOperationParameter-Eigenschaft ab.
 

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)
          Legt den Wert der _GeneralOperationParameter-Eigenschaft fest.