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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return PostOfficeElement
 PostOfficeElement XALMarshaller.marshalPostOffice(PostOffice src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type PostOfficeElement
 PostOffice XALUnmarshaller.unmarshalPostOffice(PostOfficeElement src)
           
 

Uses of PostOfficeElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostOfficeElement
 PostOfficeElement ObjectFactory.createPostOfficeElement()
          Create an instance of PostOfficeElement
 PostOfficeElement LocalityElement.getPostOffice()
          Gets the value of the postOffice property.
 PostOfficeElement DependentLocalityType.getPostOffice()
          Gets the value of the postOffice property.
 PostOfficeElement AdministrativeAreaElement.getPostOffice()
          Gets the value of the postOffice property.
 PostOfficeElement AdministrativeAreaElement.SubAdministrativeArea.getPostOffice()
          Gets the value of the postOffice property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostOfficeElement
 void LocalityElement.setPostOffice(PostOfficeElement value)
          Sets the value of the postOffice property.
 void DependentLocalityType.setPostOffice(PostOfficeElement value)
          Sets the value of the postOffice property.
 void AdministrativeAreaElement.setPostOffice(PostOfficeElement value)
          Sets the value of the postOffice property.
 void AdministrativeAreaElement.SubAdministrativeArea.setPostOffice(PostOfficeElement value)
          Sets the value of the postOffice property.