public class ServiceReferenceType extends ReferenceType 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 ServiceReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceReferenceType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}ReferenceType">
<choice>
<element name="RequestMessage" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="RequestMessageReference" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
requestMessage |
protected java.lang.String |
requestMessageReference |
_abstract, format, identifier, metadata| Constructor and Description |
|---|
ServiceReferenceType() |
| 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.lang.Object |
getRequestMessage()
Gets the value of the requestMessage property.
|
java.lang.String |
getRequestMessageReference()
Gets the value of the requestMessageReference property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetRequestMessage() |
boolean |
isSetRequestMessageReference() |
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 |
setRequestMessage(java.lang.Object value)
Sets the value of the requestMessage property.
|
void |
setRequestMessageReference(java.lang.String value)
Sets the value of the requestMessageReference property.
|
java.lang.String |
toString() |
ServiceReferenceType |
withAbstract(java.util.Collection<LanguageStringType> values) |
ServiceReferenceType |
withAbstract(LanguageStringType... values) |
ServiceReferenceType |
withAbstract(java.util.List<LanguageStringType> value) |
ServiceReferenceType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value) |
ServiceReferenceType |
withArcrole(java.lang.String value) |
ServiceReferenceType |
withFormat(java.lang.String value) |
ServiceReferenceType |
withHref(java.lang.String value) |
ServiceReferenceType |
withIdentifier(CodeType value) |
ServiceReferenceType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
ServiceReferenceType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
ServiceReferenceType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
ServiceReferenceType |
withRequestMessage(java.lang.Object value) |
ServiceReferenceType |
withRequestMessageReference(java.lang.String value) |
ServiceReferenceType |
withRole(java.lang.String value) |
ServiceReferenceType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value) |
ServiceReferenceType |
withTitle(java.lang.String value) |
getAbstract, getFormat, getIdentifier, getMetadata, isSetAbstract, isSetFormat, isSetIdentifier, isSetMetadata, setAbstract, setFormat, setIdentifier, setMetadata, unsetAbstract, unsetMetadatagetActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitleprotected java.lang.Object requestMessage
protected java.lang.String requestMessageReference
public java.lang.Object getRequestMessage()
Objectpublic void setRequestMessage(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetRequestMessage()
public java.lang.String getRequestMessageReference()
Stringpublic void setRequestMessageReference(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRequestMessageReference()
public java.lang.String toString()
toString in class ReferenceTypepublic 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 ReferenceTypepublic 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 ReferenceTypepublic 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 ReferenceTypepublic boolean equals(java.lang.Object object)
equals in class ReferenceTypepublic 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 ReferenceTypepublic int hashCode()
hashCode in class ReferenceTypepublic java.lang.Object clone()
clone in class ReferenceTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ReferenceTypepublic 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 ReferenceTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class ReferenceTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ReferenceTypepublic 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 ReferenceTypepublic ServiceReferenceType withRequestMessage(java.lang.Object value)
public ServiceReferenceType withRequestMessageReference(java.lang.String value)
public ServiceReferenceType withIdentifier(CodeType value)
withIdentifier in class ReferenceTypepublic ServiceReferenceType withAbstract(LanguageStringType... values)
withAbstract in class ReferenceTypepublic ServiceReferenceType withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class ReferenceTypepublic ServiceReferenceType withFormat(java.lang.String value)
withFormat in class ReferenceTypepublic ServiceReferenceType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
withMetadata in class ReferenceTypepublic ServiceReferenceType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
withMetadata in class ReferenceTypepublic ServiceReferenceType withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class ReferenceTypepublic ServiceReferenceType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
withMetadata in class ReferenceTypepublic ServiceReferenceType withHref(java.lang.String value)
withHref in class ReferenceTypepublic ServiceReferenceType withRole(java.lang.String value)
withRole in class ReferenceTypepublic ServiceReferenceType withArcrole(java.lang.String value)
withArcrole in class ReferenceTypepublic ServiceReferenceType withTitle(java.lang.String value)
withTitle in class ReferenceTypepublic ServiceReferenceType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
withShow in class ReferenceTypepublic ServiceReferenceType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
withActuate in class ReferenceTypeCopyright © 2008-2022. All Rights Reserved.