org.citygml4j.jaxb.citygml.gen._2
Class GenericAttributeSetType

java.lang.Object
  extended by org.citygml4j.jaxb.citygml.gen._2.AbstractGenericAttributeType
      extended by org.citygml4j.jaxb.citygml.gen._2.GenericAttributeSetType

public class GenericAttributeSetType
extends AbstractGenericAttributeType

Set of generic attributes with an optional codeSpace. If the codeSpace attribute is present, then its value should identify an authority for the set, such as the organisation or community who defined its content. The generic attribute set may contain arbitrary generic attributes.

Java-Klasse für GenericAttributeSetType complex type.

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

 <complexType name="GenericAttributeSetType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/generics/2.0}AbstractGenericAttributeType">
       <sequence>
         <element ref="{http://www.opengis.net/citygml/generics/2.0}_genericAttribute" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GenericAttributeSetType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> get_GenericAttribute()
          Gets the value of the genericAttribute property.
 java.lang.String getCodeSpace()
          Ruft den Wert der codeSpace-Eigenschaft ab.
 boolean isSet_GenericAttribute()
           
 boolean isSetCodeSpace()
           
 void set_GenericAttribute(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute)
          Sets the value of the _GenericAttribute property.
 void setCodeSpace(java.lang.String value)
          Legt den Wert der codeSpace-Eigenschaft fest.
 void unset_GenericAttribute()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.gen._2.AbstractGenericAttributeType
getName, isSetName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAttributeSetType

public GenericAttributeSetType()
Method Detail

get_GenericAttribute

public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> get_GenericAttribute()
Gets the value of the genericAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the genericAttribute property.

For example, to add a new item, do as follows:

    get_GenericAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<DateAttributeType> JAXBElement<GenericAttributeSetType> JAXBElement<UriAttributeType> JAXBElement<MeasureAttributeType> JAXBElement<IntAttributeType> JAXBElement<DoubleAttributeType> JAXBElement<AbstractGenericAttributeType> JAXBElement<StringAttributeType>


isSet_GenericAttribute

public boolean isSet_GenericAttribute()

unset_GenericAttribute

public void unset_GenericAttribute()

getCodeSpace

public java.lang.String getCodeSpace()
Ruft den Wert der codeSpace-Eigenschaft ab.

Returns:
possible object is String

setCodeSpace

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

Parameters:
value - allowed object is String

isSetCodeSpace

public boolean isSetCodeSpace()

set_GenericAttribute

public void set_GenericAttribute(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute)
Sets the value of the _GenericAttribute property.

Parameters:
genericAttribute - allowed object is JAXBElement<DateAttributeType> JAXBElement<GenericAttributeSetType> JAXBElement<UriAttributeType> JAXBElement<MeasureAttributeType> JAXBElement<IntAttributeType> JAXBElement<DoubleAttributeType> JAXBElement<AbstractGenericAttributeType> JAXBElement<StringAttributeType>