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

Packages that use IntAttributeType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of IntAttributeType in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return IntAttributeType
 IntAttributeType Generics040Marshaller.marshalIntAttribute(IntAttribute src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type IntAttributeType
 void Generics040Marshaller.marshalIntAttribute(IntAttribute src, IntAttributeType dest)
           
 

Uses of IntAttributeType in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type IntAttributeType
 IntAttribute Generics040Unmarshaller.unmarshalIntAttribute(IntAttributeType src)
           
 void Generics040Unmarshaller.unmarshalIntAttribute(IntAttributeType src, IntAttribute dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type IntAttributeType
 javax.xml.bind.JAXBElement<IntAttributeType> ObjectFactory.createIntAttribute(IntAttributeType value)
          Create an instance of JAXBElement<IntAttributeType>}
 

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