|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType
net.opengis.citygml.generics.v_2_0.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 class for GenericAttributeSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected String |
codeSpace
|
protected List<JAXBElement<? extends AbstractGenericAttributeType>> |
genericAttribute
|
| Fields inherited from class net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType |
|---|
name |
| Constructor Summary | |
|---|---|
GenericAttributeSetType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getCodeSpace()
Gets the value of the codeSpace property. |
List<JAXBElement<? extends AbstractGenericAttributeType>> |
getGenericAttribute()
Gets the value of the genericAttribute property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCodeSpace()
|
boolean |
isSetGenericAttribute()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setCodeSpace(String value)
Sets the value of the codeSpace property. |
void |
setGenericAttribute(List<JAXBElement<? extends AbstractGenericAttributeType>> value)
|
String |
toString()
|
void |
unsetGenericAttribute()
|
GenericAttributeSetType |
withCodeSpace(String value)
|
GenericAttributeSetType |
withGenericAttribute(Collection<JAXBElement<? extends AbstractGenericAttributeType>> values)
|
GenericAttributeSetType |
withGenericAttribute(JAXBElement<? extends AbstractGenericAttributeType>... values)
|
GenericAttributeSetType |
withGenericAttribute(List<JAXBElement<? extends AbstractGenericAttributeType>> value)
|
GenericAttributeSetType |
withName(String value)
|
| Methods inherited from class net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType |
|---|
getName, isSetName, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<? extends AbstractGenericAttributeType>> genericAttribute
protected String codeSpace
| Constructor Detail |
|---|
public GenericAttributeSetType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractGenericAttributeType>> getGenericAttribute()
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:
getGenericAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<GenericAttributeSetType>
JAXBElement<UriAttributeType>
JAXBElement<AbstractGenericAttributeType>
JAXBElement<StringAttributeType>
JAXBElement<DateAttributeType>
JAXBElement<MeasureAttributeType>
JAXBElement<DoubleAttributeType>
JAXBElement<IntAttributeType>
public boolean isSetGenericAttribute()
public void unsetGenericAttribute()
public String getCodeSpace()
Stringpublic void setCodeSpace(String value)
value - allowed object is
Stringpublic boolean isSetCodeSpace()
public String toString()
toString in class AbstractGenericAttributeType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractGenericAttributeType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractGenericAttributeType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractGenericAttributeTypepublic boolean equals(Object object)
equals in class AbstractGenericAttributeType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractGenericAttributeTypepublic int hashCode()
hashCode in class AbstractGenericAttributeTypepublic Object clone()
clone in class AbstractGenericAttributeTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGenericAttributeType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGenericAttributeTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractGenericAttributeType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractGenericAttributeTypepublic void setGenericAttribute(List<JAXBElement<? extends AbstractGenericAttributeType>> value)
public GenericAttributeSetType withGenericAttribute(JAXBElement<? extends AbstractGenericAttributeType>... values)
public GenericAttributeSetType withGenericAttribute(Collection<JAXBElement<? extends AbstractGenericAttributeType>> values)
public GenericAttributeSetType withCodeSpace(String value)
public GenericAttributeSetType withGenericAttribute(List<JAXBElement<? extends AbstractGenericAttributeType>> value)
public GenericAttributeSetType withName(String value)
withName in class AbstractGenericAttributeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||