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

Packages that use AppearancePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of AppearancePropertyType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return AppearancePropertyType
 AppearancePropertyType Appearance040Marshaller.marshalAppearanceProperty(AppearanceProperty src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AppearancePropertyType
 void Appearance040Marshaller.marshalAppearanceProperty(AppearanceProperty src, AppearancePropertyType dest)
           
 

Uses of AppearancePropertyType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AppearancePropertyType
 AppearanceMember Appearance040Unmarshaller.unmarshalAppearanceMember(AppearancePropertyType src)
           
 AppearanceProperty Appearance040Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src)
           
 void Appearance040Unmarshaller.unmarshalAppearanceProperty(AppearancePropertyType src, AppearanceProperty dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type AppearancePropertyType
 javax.xml.bind.JAXBElement<AppearancePropertyType> ObjectFactory.createAppearanceMember(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 java.util.List<AppearancePropertyType> _CityObjectType.getAppearanceMember()
          Gets the value of the appearanceMember property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type AppearancePropertyType
 javax.xml.bind.JAXBElement<AppearancePropertyType> ObjectFactory.createAppearanceMember(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 

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