public class ReferenceGroupType extends BasicIdentificationType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ReferenceGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceGroupType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}BasicIdentificationType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}AbstractReferenceBase" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> |
abstractReferenceBase |
identifier, metadata_abstract, keywords, title| Constructor and Description |
|---|
ReferenceGroupType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> |
getAbstractReferenceBase()
Gets the value of the abstractReferenceBase property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAbstractReferenceBase() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAbstractReferenceBase(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> value) |
java.lang.String |
toString() |
void |
unsetAbstractReferenceBase() |
ReferenceGroupType |
withAbstract(java.util.Collection<LanguageStringType> values) |
ReferenceGroupType |
withAbstract(LanguageStringType... values) |
ReferenceGroupType |
withAbstract(java.util.List<LanguageStringType> value) |
ReferenceGroupType |
withAbstractReferenceBase(java.util.Collection<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> values) |
ReferenceGroupType |
withAbstractReferenceBase(javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>... values) |
ReferenceGroupType |
withAbstractReferenceBase(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> value) |
ReferenceGroupType |
withIdentifier(CodeType value) |
ReferenceGroupType |
withKeywords(java.util.Collection<KeywordsType> values) |
ReferenceGroupType |
withKeywords(KeywordsType... values) |
ReferenceGroupType |
withKeywords(java.util.List<KeywordsType> value) |
ReferenceGroupType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
ReferenceGroupType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
ReferenceGroupType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
ReferenceGroupType |
withTitle(java.util.Collection<LanguageStringType> values) |
ReferenceGroupType |
withTitle(LanguageStringType... values) |
ReferenceGroupType |
withTitle(java.util.List<LanguageStringType> value) |
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, setMetadata, unsetMetadatagetAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitleprotected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> abstractReferenceBase
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> getAbstractReferenceBase()
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 abstractReferenceBase property.
For example, to add a new item, do as follows:
getAbstractReferenceBase().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractReferenceBaseType>
JAXBElement<ReferenceType>
JAXBElement<ServiceReferenceType>
public boolean isSetAbstractReferenceBase()
public void unsetAbstractReferenceBase()
public java.lang.String toString()
toString in class BasicIdentificationTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class BasicIdentificationTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class BasicIdentificationTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class BasicIdentificationTypepublic boolean equals(java.lang.Object object)
equals in class BasicIdentificationTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class BasicIdentificationTypepublic int hashCode()
hashCode in class BasicIdentificationTypepublic java.lang.Object clone()
clone in class BasicIdentificationTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class BasicIdentificationTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class BasicIdentificationTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class BasicIdentificationTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class BasicIdentificationTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class BasicIdentificationTypepublic void setAbstractReferenceBase(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> value)
public ReferenceGroupType withAbstractReferenceBase(javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>... values)
public ReferenceGroupType withAbstractReferenceBase(java.util.Collection<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> values)
public ReferenceGroupType withAbstractReferenceBase(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractReferenceBaseType>> value)
public ReferenceGroupType withIdentifier(CodeType value)
withIdentifier in class BasicIdentificationTypepublic ReferenceGroupType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
withMetadata in class BasicIdentificationTypepublic ReferenceGroupType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
withMetadata in class BasicIdentificationTypepublic ReferenceGroupType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
withMetadata in class BasicIdentificationTypepublic ReferenceGroupType withTitle(LanguageStringType... values)
withTitle in class BasicIdentificationTypepublic ReferenceGroupType withTitle(java.util.Collection<LanguageStringType> values)
withTitle in class BasicIdentificationTypepublic ReferenceGroupType withAbstract(LanguageStringType... values)
withAbstract in class BasicIdentificationTypepublic ReferenceGroupType withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class BasicIdentificationTypepublic ReferenceGroupType withKeywords(KeywordsType... values)
withKeywords in class BasicIdentificationTypepublic ReferenceGroupType withKeywords(java.util.Collection<KeywordsType> values)
withKeywords in class BasicIdentificationTypepublic ReferenceGroupType withTitle(java.util.List<LanguageStringType> value)
withTitle in class BasicIdentificationTypepublic ReferenceGroupType withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class BasicIdentificationTypepublic ReferenceGroupType withKeywords(java.util.List<KeywordsType> value)
withKeywords in class BasicIdentificationTypeCopyright © 2008-2022. All Rights Reserved.