|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_2_0.AbstractReferenceBaseType
net.opengis.ows.v_2_0.ReferenceType
public class ReferenceType
Complete reference to a remote or local resource, allowing including metadata about that resource.
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>
| Field Summary | |
|---|---|
protected List<LanguageStringType> |
_abstract
|
protected String |
format
|
protected CodeType |
identifier
|
protected List<JAXBElement<? extends MetadataType>> |
metadata
|
| Fields inherited from class net.opengis.ows.v_2_0.AbstractReferenceBaseType |
|---|
actuate, arcrole, href, role, show, title, type |
| Constructor Summary | |
|---|---|
ReferenceType()
|
|
| 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)
|
List<LanguageStringType> |
getAbstract()
Gets the value of the abstract property. |
String |
getFormat()
Gets the value of the format property. |
CodeType |
getIdentifier()
Optional unique identifier of the referenced resource. |
List<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.HashCodeStrategy 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAbstract(List<LanguageStringType> value)
|
void |
setFormat(String value)
Sets the value of the format property. |
void |
setIdentifier(CodeType value)
Sets the value of the identifier property. |
void |
setMetadata(List<JAXBElement<? extends MetadataType>> value)
|
String |
toString()
|
void |
unsetAbstract()
|
void |
unsetMetadata()
|
ReferenceType |
withAbstract(Collection<LanguageStringType> values)
|
ReferenceType |
withAbstract(LanguageStringType... values)
|
ReferenceType |
withAbstract(List<LanguageStringType> value)
|
ReferenceType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
|
ReferenceType |
withArcrole(String value)
|
ReferenceType |
withFormat(String value)
|
ReferenceType |
withHref(String value)
|
ReferenceType |
withIdentifier(CodeType value)
|
ReferenceType |
withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
|
ReferenceType |
withMetadata(JAXBElement<? extends MetadataType>... values)
|
ReferenceType |
withMetadata(List<JAXBElement<? extends MetadataType>> value)
|
ReferenceType |
withRole(String value)
|
ReferenceType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
|
ReferenceType |
withTitle(String value)
|
ReferenceType |
withType(String value)
|
| Methods inherited from class net.opengis.ows.v_2_0.AbstractReferenceBaseType |
|---|
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CodeType identifier
protected List<LanguageStringType> _abstract
protected String format
protected List<JAXBElement<? extends MetadataType>> metadata
| Constructor Detail |
|---|
public ReferenceType()
| Method Detail |
|---|
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public 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 String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public List<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<MetadataType>
JAXBElement<AdditionalParametersType>
public boolean isSetMetadata()
public void unsetMetadata()
public String toString()
toString in class AbstractReferenceBaseType
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 AbstractReferenceBaseType
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 AbstractReferenceBaseType
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 AbstractReferenceBaseTypepublic boolean equals(Object object)
equals in class AbstractReferenceBaseType
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 AbstractReferenceBaseTypepublic int hashCode()
hashCode in class AbstractReferenceBaseTypepublic Object clone()
clone in class AbstractReferenceBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractReferenceBaseType
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 AbstractReferenceBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractReferenceBaseType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractReferenceBaseType
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 AbstractReferenceBaseTypepublic void setAbstract(List<LanguageStringType> value)
public void setMetadata(List<JAXBElement<? extends MetadataType>> value)
public ReferenceType withIdentifier(CodeType value)
public ReferenceType withAbstract(LanguageStringType... values)
public ReferenceType withAbstract(Collection<LanguageStringType> values)
public ReferenceType withFormat(String value)
public ReferenceType withMetadata(JAXBElement<? extends MetadataType>... values)
public ReferenceType withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
public ReferenceType withAbstract(List<LanguageStringType> value)
public ReferenceType withMetadata(List<JAXBElement<? extends MetadataType>> value)
public ReferenceType withType(String value)
withType in class AbstractReferenceBaseTypepublic ReferenceType withHref(String value)
withHref in class AbstractReferenceBaseTypepublic ReferenceType withRole(String value)
withRole in class AbstractReferenceBaseTypepublic ReferenceType withArcrole(String value)
withArcrole in class AbstractReferenceBaseTypepublic ReferenceType withTitle(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 AbstractReferenceBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||