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

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

Uses of ThoroughfareNumberToContent in org.citygml4j.factory
 

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

Uses of ThoroughfareNumberToContent in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberToContent
 class ThoroughfareNumberToContentImpl
           
 

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

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

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

Uses of ThoroughfareNumberToContent in org.citygml4j.model.xal
 

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

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

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