Uses of Class
org.citygml4j.jaxb.citygml._0_4.AddressType

Packages that use AddressType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of AddressType in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return AddressType
 AddressType Core040Marshaller.marshalAddress(Address src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AddressType
 void Core040Marshaller.marshalAddress(Address src, AddressType dest)
           
 

Uses of AddressType in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type AddressType
 Address Core040Unmarshaller.unmarshalAddress(AddressType src)
           
 void Core040Unmarshaller.unmarshalAddress(AddressType src, Address dest)
           
 

Uses of AddressType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return AddressType
 AddressType ObjectFactory.createAddressType()
          Create an instance of AddressType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}