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

Packages that use AddressLinesType
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AddressLinesType
 AddressLinesType XALMarshaller.marshalAddressLines(AddressLines src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AddressLinesType
 AddressLines XALUnmarshaller.unmarshalAddressLines(AddressLinesType src)
           
 

Uses of AddressLinesType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressLinesType
 AddressLinesType ObjectFactory.createAddressLinesType()
          Create an instance of AddressLinesType
 AddressLinesType AddressDetails.getAddressLines()
          Gets the value of the addressLines property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AddressLinesType
 void AddressDetails.setAddressLines(AddressLinesType value)
          Sets the value of the addressLines property.