Uses of Interface
org.citygml4j.model.xal.ThoroughfareNumberFromContent

Packages that use ThoroughfareNumberFromContent
org.citygml4j.factory   
org.citygml4j.impl.xal   
org.citygml4j.model.xal   
 

Uses of ThoroughfareNumberFromContent in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareNumberFromContent
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent()
           
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(AddressLine addressLine)
           
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(java.lang.String string)
           
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(ThoroughfareNumber thoroughfareNumber)
           
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 

Uses of ThoroughfareNumberFromContent in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberFromContent
 class ThoroughfareNumberFromContentImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type ThoroughfareNumberFromContent
 java.util.List<ThoroughfareNumberFromContent> ThoroughfareNumberFromImpl.getContent()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberFromContent
 void ThoroughfareNumberFromImpl.addContent(ThoroughfareNumberFromContent content)
           
 boolean ThoroughfareNumberFromImpl.unsetContent(ThoroughfareNumberFromContent content)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type ThoroughfareNumberFromContent
 void ThoroughfareNumberFromImpl.setContent(java.util.List<ThoroughfareNumberFromContent> content)
           
 

Uses of ThoroughfareNumberFromContent in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type ThoroughfareNumberFromContent
 java.util.List<ThoroughfareNumberFromContent> ThoroughfareNumberFrom.getContent()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberFromContent
 void ThoroughfareNumberFrom.addContent(ThoroughfareNumberFromContent content)
           
 boolean ThoroughfareNumberFrom.unsetContent(ThoroughfareNumberFromContent content)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type ThoroughfareNumberFromContent
 void ThoroughfareNumberFrom.setContent(java.util.List<ThoroughfareNumberFromContent> content)