Modifier and Type | Method and Description |
---|---|
void |
Generics200Marshaller.marshalAbstractGenericAttribute(AbstractGenericAttribute src,
net.opengis.citygml.generics._2.AbstractGenericAttributeType dest) |
void |
Generics100Marshaller.marshalAbstractGenericAttribute(AbstractGenericAttribute src,
net.opengis.citygml.generics._1.AbstractGenericAttributeType dest) |
Modifier and Type | Method and Description |
---|---|
void |
Generics200Unmarshaller.unmarshalAbstractGenericAttribute(net.opengis.citygml.generics._2.AbstractGenericAttributeType src,
AbstractGenericAttribute dest) |
void |
Generics100Unmarshaller.unmarshalAbstractGenericAttribute(net.opengis.citygml.generics._1.AbstractGenericAttributeType src,
AbstractGenericAttribute dest) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractGenericAttribute> |
AbstractCityObject.getGenericAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.addGenericAttribute(AbstractGenericAttribute genericAttribute) |
boolean |
AbstractCityObject.unsetGenericAttribute(AbstractGenericAttribute genericAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute) |
Modifier and Type | Class and Description |
---|---|
class |
DateAttribute |
class |
DoubleAttribute |
class |
GenericAttributeSet |
class |
IntAttribute |
class |
MeasureAttribute |
class |
StringAttribute |
class |
UriAttribute |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractGenericAttribute> |
GenericAttributeSet.getGenericAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
GenericAttributeSet.addGenericAttribute(AbstractGenericAttribute genericAttribute) |
boolean |
GenericAttributeSet.unsetGenericAttribute(AbstractGenericAttribute genericAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
GenericAttributeSet.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute) |