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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type SingleOperationRefType
 javax.xml.bind.JAXBElement<SingleOperationRefType> ObjectFactory.createSingleOperationRef(SingleOperationRefType value)
          Create an instance of JAXBElement<SingleOperationRefType>}
 javax.xml.bind.JAXBElement<SingleOperationRefType> ObjectFactory.createUsesSingleOperation(SingleOperationRefType value)
          Create an instance of JAXBElement<SingleOperationRefType>}
 java.util.List<SingleOperationRefType> ConcatenatedOperationType.getUsesSingleOperation()
          Ordered sequence of associations to the two or more single operations used by this concatenated operation.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type SingleOperationRefType
 void ConcatenatedOperationType.setUsesSingleOperation(java.util.List<SingleOperationRefType> usesSingleOperation)
          Ordered sequence of associations to the two or more single operations used by this concatenated operation.