Uses of Class
net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType
-
Packages that use AbstractGenericAttributeType Package Description net.opengis.citygml.generics.v_2_0 -
-
Uses of AbstractGenericAttributeType in net.opengis.citygml.generics.v_2_0
Subclasses of AbstractGenericAttributeType in net.opengis.citygml.generics.v_2_0 Modifier and Type Class Description classDateAttributeTypeJava class for DateAttributeType complex type.classDoubleAttributeTypeJava class for DoubleAttributeType complex type.classGenericAttributeSetTypeSet of generic attributes with an optional codeSpace.classIntAttributeTypeJava class for IntAttributeType complex type.classMeasureAttributeTypeJava class for MeasureAttributeType complex type.classStringAttributeTypeJava class for StringAttributeType complex type.classUriAttributeTypeJava class for UriAttributeType complex type.Fields in net.opengis.citygml.generics.v_2_0 with type parameters of type AbstractGenericAttributeType Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>>GenericAttributeSetType. genericAttributeMethods in net.opengis.citygml.generics.v_2_0 that return AbstractGenericAttributeType Modifier and Type Method Description AbstractGenericAttributeTypeAbstractGenericAttributeType. withName(String value)Methods in net.opengis.citygml.generics.v_2_0 that return types with arguments of type AbstractGenericAttributeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGenericAttributeType>ObjectFactory. createGenericAttribute(AbstractGenericAttributeType value)List<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>>GenericAttributeSetType. getGenericAttribute()Gets the value of the genericAttribute property.Methods in net.opengis.citygml.generics.v_2_0 with parameters of type AbstractGenericAttributeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractGenericAttributeType>ObjectFactory. createGenericAttribute(AbstractGenericAttributeType value)Method parameters in net.opengis.citygml.generics.v_2_0 with type arguments of type AbstractGenericAttributeType Modifier and Type Method Description voidGenericAttributeSetType. setGenericAttribute(List<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> value)GenericAttributeSetTypeGenericAttributeSetType. withGenericAttribute(Collection<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> values)GenericAttributeSetTypeGenericAttributeSetType. withGenericAttribute(List<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> value)Constructor parameters in net.opengis.citygml.generics.v_2_0 with type arguments of type AbstractGenericAttributeType Constructor Description GenericAttributeSetType(String name, List<jakarta.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute, String codeSpace)Fully-initialising value constructor
-