|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.citygml.gen._2.AbstractGenericAttributeType
org.citygml4j.jaxb.citygml.gen._2.GenericAttributeSetType
public class GenericAttributeSetType
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 |
---|
public GenericAttributeSetType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> get_GenericAttribute()
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
>
public boolean isSet_GenericAttribute()
public void unset_GenericAttribute()
public java.lang.String getCodeSpace()
String
public void setCodeSpace(java.lang.String value)
value
- allowed object is
String
public boolean isSetCodeSpace()
public void set_GenericAttribute(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute)
genericAttribute
- allowed object is
JAXBElement
<
DateAttributeType
>
JAXBElement
<
GenericAttributeSetType
>
JAXBElement
<
UriAttributeType
>
JAXBElement
<
MeasureAttributeType
>
JAXBElement
<
IntAttributeType
>
JAXBElement
<
DoubleAttributeType
>
JAXBElement
<
AbstractGenericAttributeType
>
JAXBElement
<
StringAttributeType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |