Uses of Class
org.citygml4j.jaxb.xal.AddressDetails

Packages that use AddressDetails
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.citygml.core._2   
org.citygml4j.jaxb.xal   
 

Uses of AddressDetails in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AddressDetails
 AddressDetails XALMarshaller.marshalAddressDetails(AddressDetails src)
           
 

Uses of AddressDetails in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AddressDetails
 AddressDetails XALUnmarshaller.unmarshalAddressDetails(AddressDetails src)
           
 

Uses of AddressDetails in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return AddressDetails
 AddressDetails XalAddressPropertyType.getAddressDetails()
          Ruft den Wert der addressDetails-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type AddressDetails
 void XalAddressPropertyType.setAddressDetails(AddressDetails value)
          Legt den Wert der addressDetails-Eigenschaft fest.
 

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

Methods in org.citygml4j.jaxb.citygml.core._2 that return AddressDetails
 AddressDetails XalAddressPropertyType.getAddressDetails()
          Ruft den Wert der addressDetails-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.core._2 with parameters of type AddressDetails
 void XalAddressPropertyType.setAddressDetails(AddressDetails value)
          Legt den Wert der addressDetails-Eigenschaft fest.
 

Uses of AddressDetails in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressDetails
 AddressDetails ObjectFactory.createAddressDetails()
          Create an instance of AddressDetails
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type AddressDetails
 javax.xml.bind.JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 java.util.List<AddressDetails> XALElement.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AddressDetails
 javax.xml.bind.JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type AddressDetails
 void XALElement.setAddressDetails(java.util.List<AddressDetails> addressDetails)
          Sets the value of the addressDetails property.