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()
          Ruft den Wert der postBox-Eigenschaft ab.
 PostBoxElement PostalRouteType.getPostBox()
          Ruft den Wert der postBox-Eigenschaft ab.
 PostBoxElement LocalityElement.getPostBox()
          Ruft den Wert der postBox-Eigenschaft ab.
 PostBoxElement LargeMailUserType.getPostBox()
          Ruft den Wert der postBox-Eigenschaft ab.
 PostBoxElement DependentLocalityType.getPostBox()
          Ruft den Wert der postBox-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostBoxElement
 void PostOfficeElement.setPostBox(PostBoxElement value)
          Legt den Wert der postBox-Eigenschaft fest.
 void PostalRouteType.setPostBox(PostBoxElement value)
          Legt den Wert der postBox-Eigenschaft fest.
 void LocalityElement.setPostBox(PostBoxElement value)
          Legt den Wert der postBox-Eigenschaft fest.
 void LargeMailUserType.setPostBox(PostBoxElement value)
          Legt den Wert der postBox-Eigenschaft fest.
 void DependentLocalityType.setPostBox(PostBoxElement value)
          Legt den Wert der postBox-Eigenschaft fest.