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

Packages that use ThoroughfareNumberFromContent
org.citygml4j.model.xal   
 

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)