org.citygml4j.jaxb.citygml._0_4
Class _GenericAttributeType

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

public abstract class _GenericAttributeType
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 should be used with care; they should only be used if there is no appropiate attribute available in the schema. Oherwise, problems concerning semantic interoperability may arise. A generic attribute has a name and a value, which has further subclasses (IntAttrribute, StringAttribute, ...).

Java class for _GenericAttributeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="_GenericAttributeType">
   <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
_GenericAttributeType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 boolean isSetName()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_GenericAttributeType

public _GenericAttributeType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()