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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return ThoroughfareNumberPrefixElement
 ThoroughfareNumberPrefixElement XALMarshaller.marshalThoroughfareNumberPrefix(ThoroughfareNumberPrefix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type ThoroughfareNumberPrefixElement
 ThoroughfareNumberPrefix XALUnmarshaller.unmarshalThoroughfareNumberPrefix(ThoroughfareNumberPrefixElement src)
           
 

Uses of ThoroughfareNumberPrefixElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return ThoroughfareNumberPrefixElement
 ThoroughfareNumberPrefixElement ObjectFactory.createThoroughfareNumberPrefixElement()
          Create an instance of ThoroughfareNumberPrefixElement
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type ThoroughfareNumberPrefixElement
 java.util.List<ThoroughfareNumberPrefixElement> ThoroughfareElement.getThoroughfareNumberPrefix()
          Gets the value of the thoroughfareNumberPrefix property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type ThoroughfareNumberPrefixElement
 void ThoroughfareElement.setThoroughfareNumberPrefix(java.util.List<ThoroughfareNumberPrefixElement> thoroughfareNumberPrefix)
          Sets the value of the thoroughfareNumberPrefix property.