org.citygml4j.jaxb.citygml.gen._1
Class AbstractGenericAttributeType

java.lang.Object
  extended by org.citygml4j.jaxb.citygml.gen._1.AbstractGenericAttributeType
Direct Known Subclasses:
DateAttributeType, DoubleAttributeType, IntAttributeType, StringAttributeType, UriAttributeType

public abstract class AbstractGenericAttributeType
extends java.lang.Object

Generic (user defined) attributes may be used to represent attributes which are not covered explicitly by the CityGML schema. Generic attributes must be used with care; they shall only be used if there is no appropiate attribute available in the overall CityGML schema. Oherwise, problems concerning semantic interoperability may arise. A generic attribute has a name and a value, which has further subclasses (IntAttrribute, StringAttribute, ...).

Java-Klasse für AbstractGenericAttributeType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="AbstractGenericAttributeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractGenericAttributeType()
           
 
Method Summary
 java.lang.String getName()
          Ruft den Wert der name-Eigenschaft ab.
 boolean isSetName()
           
 void setName(java.lang.String value)
          Legt den Wert der name-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGenericAttributeType

public AbstractGenericAttributeType()
Method Detail

getName

public java.lang.String getName()
Ruft den Wert der name-Eigenschaft ab.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Legt den Wert der name-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()