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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return PostalCodeElement
 PostalCodeElement XALMarshaller.marshalPostalCode(PostalCode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type PostalCodeElement
 PostalCode XALUnmarshaller.unmarshalPostalCode(PostalCodeElement src)
           
 

Uses of PostalCodeElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostalCodeElement
 PostalCodeElement ObjectFactory.createPostalCodeElement()
          Create an instance of PostalCodeElement
 PostalCodeElement ThoroughfareElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement SubPremiseType.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement PremiseElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement PostOfficeElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement PostBoxElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement LocalityElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement LargeMailUserType.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement FirmType.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement DependentLocalityType.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement DepartmentElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement AdministrativeAreaElement.getPostalCode()
          Gets the value of the postalCode property.
 PostalCodeElement AdministrativeAreaElement.SubAdministrativeArea.getPostalCode()
          Gets the value of the postalCode property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostalCodeElement
 void ThoroughfareElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void SubPremiseType.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void PremiseElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void PostOfficeElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void PostBoxElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void LocalityElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void LargeMailUserType.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void FirmType.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void DependentLocalityType.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void DepartmentElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void AdministrativeAreaElement.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.
 void AdministrativeAreaElement.SubAdministrativeArea.setPostalCode(PostalCodeElement value)
          Sets the value of the postalCode property.