public class ReferenceType extends AbstractReferenceBaseType 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 ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}AbstractReferenceBaseType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Identifier" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Abstract" maxOccurs="unbounded" minOccurs="0"/>
<element name="Format" type="{http://www.opengis.net/ows/2.0}MimeType" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LanguageStringType> |
_abstract |
protected java.lang.String |
format |
protected CodeType |
identifier |
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
metadata |
| Constructor and Description |
|---|
ReferenceType() |
| 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<LanguageStringType> |
getAbstract()
Gets the value of the abstract property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
CodeType |
getIdentifier()
Optional unique identifier of the referenced
resource.
|
java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
getMetadata()
Optional unordered list of additional metadata
about this resource.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAbstract() |
boolean |
isSetFormat() |
boolean |
isSetIdentifier() |
boolean |
isSetMetadata() |
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 |
setAbstract(java.util.List<LanguageStringType> value) |
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setIdentifier(CodeType value)
Sets the value of the identifier property.
|
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
java.lang.String |
toString() |
void |
unsetAbstract() |
void |
unsetMetadata() |
ReferenceType |
withAbstract(java.util.Collection<LanguageStringType> values) |
ReferenceType |
withAbstract(LanguageStringType... values) |
ReferenceType |
withAbstract(java.util.List<LanguageStringType> value) |
ReferenceType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value) |
ReferenceType |
withArcrole(java.lang.String value) |
ReferenceType |
withFormat(java.lang.String value) |
ReferenceType |
withHref(java.lang.String value) |
ReferenceType |
withIdentifier(CodeType value) |
ReferenceType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
ReferenceType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
ReferenceType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
ReferenceType |
withRole(java.lang.String value) |
ReferenceType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value) |
ReferenceType |
withTitle(java.lang.String value) |
getActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitleprotected CodeType identifier
protected java.util.List<LanguageStringType> _abstract
protected java.lang.String format
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> metadata
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public java.util.List<LanguageStringType> getAbstract()
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 abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageStringType
public boolean isSetAbstract()
public void unsetAbstract()
public java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AdditionalParametersType>
JAXBElement<MetadataType>
public boolean isSetMetadata()
public void unsetMetadata()
public java.lang.String toString()
toString in class AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic boolean equals(java.lang.Object object)
equals in class AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic int hashCode()
hashCode in class AbstractReferenceBaseTypepublic java.lang.Object clone()
clone in class AbstractReferenceBaseTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class AbstractReferenceBaseTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractReferenceBaseTypepublic 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 AbstractReferenceBaseTypepublic void setAbstract(java.util.List<LanguageStringType> value)
public void setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public ReferenceType withIdentifier(CodeType value)
public ReferenceType withAbstract(LanguageStringType... values)
public ReferenceType withAbstract(java.util.Collection<LanguageStringType> values)
public ReferenceType withFormat(java.lang.String value)
public ReferenceType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
public ReferenceType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
public ReferenceType withAbstract(java.util.List<LanguageStringType> value)
public ReferenceType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public ReferenceType withHref(java.lang.String value)
withHref in class AbstractReferenceBaseTypepublic ReferenceType withRole(java.lang.String value)
withRole in class AbstractReferenceBaseTypepublic ReferenceType withArcrole(java.lang.String value)
withArcrole in class AbstractReferenceBaseTypepublic ReferenceType withTitle(java.lang.String value)
withTitle in class AbstractReferenceBaseTypepublic ReferenceType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
withShow in class AbstractReferenceBaseTypepublic ReferenceType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
withActuate in class AbstractReferenceBaseTypeCopyright © 2008-2022. All Rights Reserved.