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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return AbstractGeneralOperationParameterRefType
 AbstractGeneralOperationParameterRefType ObjectFactory.createAbstractGeneralOperationParameterRefType()
          Create an instance of AbstractGeneralOperationParameterRefType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGeneralOperationParameterRefType
 javax.xml.bind.JAXBElement<AbstractGeneralOperationParameterRefType> ObjectFactory.createAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType value)
          Create an instance of JAXBElement<AbstractGeneralOperationParameterRefType>}
 javax.xml.bind.JAXBElement<AbstractGeneralOperationParameterRefType> ObjectFactory.createIncludesParameter(AbstractGeneralOperationParameterRefType value)
          Create an instance of JAXBElement<AbstractGeneralOperationParameterRefType>}
 javax.xml.bind.JAXBElement<AbstractGeneralOperationParameterRefType> ObjectFactory.createUsesParameter(AbstractGeneralOperationParameterRefType value)
          Create an instance of JAXBElement<AbstractGeneralOperationParameterRefType>}
 java.util.List<AbstractGeneralOperationParameterRefType> OperationParameterGroupType.getIncludesParameter()
          Unordered list of associations to the set of operation parameters that are members of this group.
 java.util.List<AbstractGeneralOperationParameterRefType> OperationMethodType.getUsesParameter()
          Unordered list of associations to the set of operation parameters and parameter groups used by this operation method.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeneralOperationParameterRefType
 void OperationParameterGroupType.setIncludesParameter(java.util.List<AbstractGeneralOperationParameterRefType> includesParameter)
          Unordered list of associations to the set of operation parameters that are members of this group.
 void OperationMethodType.setUsesParameter(java.util.List<AbstractGeneralOperationParameterRefType> usesParameter)
          Unordered list of associations to the set of operation parameters and parameter groups used by this operation method.