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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ContainerPropertyType
 ContainerPropertyType ObjectFactory.createContainerPropertyType()
          Create an instance of ContainerPropertyType
 ContainerPropertyType AbstractTopoPrimitiveType.getContainer()
          Ruft den Wert der container-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type ContainerPropertyType
 javax.xml.bind.JAXBElement<ContainerPropertyType> ObjectFactory.createContainer(ContainerPropertyType value)
          Create an instance of JAXBElement<ContainerPropertyType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ContainerPropertyType
 javax.xml.bind.JAXBElement<ContainerPropertyType> ObjectFactory.createContainer(ContainerPropertyType value)
          Create an instance of JAXBElement<ContainerPropertyType>}
 void AbstractTopoPrimitiveType.setContainer(ContainerPropertyType value)
          Legt den Wert der container-Eigenschaft fest.