Uses of Class
org.citygml4j.jaxb.citygml.core._2.AddressType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AddressType
 void Core200Marshaller.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 Core200Unmarshaller.unmarshalAddress(AddressType src)
           
 void Core200Unmarshaller.unmarshalAddress(AddressType src, Address dest)
           
 

Uses of AddressType in org.citygml4j.jaxb.citygml.core._2
 

Methods in org.citygml4j.jaxb.citygml.core._2 that return AddressType
 AddressType ObjectFactory.createAddressType()
          Create an instance of AddressType
 AddressType AddressPropertyType.getAddress()
          Ruft den Wert der address-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.core._2 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.core._2 with parameters of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 void AddressPropertyType.setAddress(AddressType value)
          Legt den Wert der address-Eigenschaft fest.