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

Packages that use ThoroughfareNumberToContent
org.citygml4j.model.xal   
 

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)