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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return UserDefinedCSType
 UserDefinedCSType ObjectFactory.createUserDefinedCSType()
          Create an instance of UserDefinedCSType
 UserDefinedCSType UserDefinedCSRefType.getUserDefinedCS()
          Gets the value of the userDefinedCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type UserDefinedCSType
 javax.xml.bind.JAXBElement<UserDefinedCSType> ObjectFactory.createUserDefinedCS(UserDefinedCSType value)
          Create an instance of JAXBElement<UserDefinedCSType>}
 void UserDefinedCSRefType.setUserDefinedCS(UserDefinedCSType value)
          Sets the value of the userDefinedCS property.