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

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

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

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

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

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

Uses of PostOfficeElement.PostOfficeNumber in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostOfficeElement.PostOfficeNumber
 PostOfficeElement.PostOfficeNumber ObjectFactory.createPostOfficeElementPostOfficeNumber()
          Create an instance of PostOfficeElement.PostOfficeNumber
 PostOfficeElement.PostOfficeNumber PostOfficeElement.getPostOfficeNumber()
          Gets the value of the postOfficeNumber property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostOfficeElement.PostOfficeNumber
 void PostOfficeElement.setPostOfficeNumber(PostOfficeElement.PostOfficeNumber value)
          Sets the value of the postOfficeNumber property.