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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return PostBoxElement
 PostBoxElement XALMarshaller.marshalPostBox(PostBox src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type PostBoxElement
 PostBox XALUnmarshaller.unmarshalPostBox(PostBoxElement src)
           
 

Uses of PostBoxElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostBoxElement
 PostBoxElement ObjectFactory.createPostBoxElement()
          Create an instance of PostBoxElement
 PostBoxElement PostOfficeElement.getPostBox()
          Gets the value of the postBox property.
 PostBoxElement PostalRouteType.getPostBox()
          Gets the value of the postBox property.
 PostBoxElement LocalityElement.getPostBox()
          Gets the value of the postBox property.
 PostBoxElement LargeMailUserType.getPostBox()
          Gets the value of the postBox property.
 PostBoxElement DependentLocalityType.getPostBox()
          Gets the value of the postBox property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostBoxElement
 void PostOfficeElement.setPostBox(PostBoxElement value)
          Sets the value of the postBox property.
 void PostalRouteType.setPostBox(PostBoxElement value)
          Sets the value of the postBox property.
 void LocalityElement.setPostBox(PostBoxElement value)
          Sets the value of the postBox property.
 void LargeMailUserType.setPostBox(PostBoxElement value)
          Sets the value of the postBox property.
 void DependentLocalityType.setPostBox(PostBoxElement value)
          Sets the value of the postBox property.