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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return ThoroughfareNumberSuffixElement
 ThoroughfareNumberSuffixElement XALMarshaller.marshalThoroughfareNumberSuffix(ThoroughfareNumberSuffix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type ThoroughfareNumberSuffixElement
 ThoroughfareNumberSuffix XALUnmarshaller.unmarshalThoroughfareNumberSuffix(ThoroughfareNumberSuffixElement src)
           
 

Uses of ThoroughfareNumberSuffixElement in org.citygml4j.jaxb.xal
 

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

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

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