Uses of Class
org.citygml4j.jaxb.citygml._0_4.ExternalReferenceType

Packages that use ExternalReferenceType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of ExternalReferenceType in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return ExternalReferenceType
 ExternalReferenceType Core040Marshaller.marshalExternalReference(ExternalReference src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type ExternalReferenceType
 void Core040Marshaller.marshalExternalReference(ExternalReference src, ExternalReferenceType dest)
           
 

Uses of ExternalReferenceType in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type ExternalReferenceType
 ExternalReference Core040Unmarshaller.unmarshalExternalReference(ExternalReferenceType src)
           
 void Core040Unmarshaller.unmarshalExternalReference(ExternalReferenceType src, ExternalReference dest)
           
 

Uses of ExternalReferenceType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return ExternalReferenceType
 ExternalReferenceType ObjectFactory.createExternalReferenceType()
          Create an instance of ExternalReferenceType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type ExternalReferenceType
 java.util.List<ExternalReferenceType> _CityObjectType.getExternalReference()
          Gets the value of the externalReference property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type ExternalReferenceType
 void _CityObjectType.setExternalReference(java.util.List<ExternalReferenceType> externalReference)
          Sets the value of the externalReference property.