Uses of Class
org.citygml4j.jaxb.xlink.TitleEltType

Packages that use TitleEltType
org.citygml4j.jaxb.xlink   
 

Uses of TitleEltType in org.citygml4j.jaxb.xlink
 

Methods in org.citygml4j.jaxb.xlink that return TitleEltType
 TitleEltType ObjectFactory.createTitleEltType()
          Create an instance of TitleEltType
 

Methods in org.citygml4j.jaxb.xlink that return types with arguments of type TitleEltType
 javax.xml.bind.JAXBElement<TitleEltType> ObjectFactory.createTitle(TitleEltType value)
          Create an instance of JAXBElement<TitleEltType>}
 java.util.List<TitleEltType> LocatorType.getTitleElement()
          Gets the value of the titleElement property.
 java.util.List<TitleEltType> ArcType.getTitleElement()
          Gets the value of the titleElement property.
 

Methods in org.citygml4j.jaxb.xlink with parameters of type TitleEltType
 javax.xml.bind.JAXBElement<TitleEltType> ObjectFactory.createTitle(TitleEltType value)
          Create an instance of JAXBElement<TitleEltType>}
 

Method parameters in org.citygml4j.jaxb.xlink with type arguments of type TitleEltType
 void LocatorType.setTitleElement(java.util.List<TitleEltType> titleElement)
          Sets the value of the titleElement property.
 void ArcType.setTitleElement(java.util.List<TitleEltType> titleElement)
          Sets the value of the titleElement property.