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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.xal that return PostOfficeElement.PostOfficeName
 PostOfficeElement.PostOfficeName ObjectFactory.createPostOfficeElementPostOfficeName()
          Create an instance of PostOfficeElement.PostOfficeName
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type PostOfficeElement.PostOfficeName
 java.util.List<PostOfficeElement.PostOfficeName> PostOfficeElement.getPostOfficeName()
          Gets the value of the postOfficeName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type PostOfficeElement.PostOfficeName
 void PostOfficeElement.setPostOfficeName(java.util.List<PostOfficeElement.PostOfficeName> postOfficeName)
          Sets the value of the postOfficeName property.