public class ServiceParametersType
extends java.lang.Object
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 ServiceParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageSubtype"/>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageSubtypeParent" minOccurs="0"/>
<element name="nativeFormat" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element ref="{http://www.opengis.net/wcs/2.0}Extension" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
coverageSubtype |
protected CoverageSubtypeParentType |
coverageSubtypeParent |
protected ExtensionType |
extension |
protected java.lang.String |
nativeFormat |
| Constructor and Description |
|---|
ServiceParametersType() |
| 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) |
javax.xml.namespace.QName |
getCoverageSubtype()
Gets the value of the coverageSubtype property.
|
CoverageSubtypeParentType |
getCoverageSubtypeParent()
Gets the value of the coverageSubtypeParent property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getNativeFormat()
Gets the value of the nativeFormat property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetCoverageSubtype() |
boolean |
isSetCoverageSubtypeParent() |
boolean |
isSetExtension() |
boolean |
isSetNativeFormat() |
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 |
setCoverageSubtype(javax.xml.namespace.QName value)
Sets the value of the coverageSubtype property.
|
void |
setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the coverageSubtypeParent property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setNativeFormat(java.lang.String value)
Sets the value of the nativeFormat property.
|
java.lang.String |
toString() |
ServiceParametersType |
withCoverageSubtype(javax.xml.namespace.QName value) |
ServiceParametersType |
withCoverageSubtypeParent(CoverageSubtypeParentType value) |
ServiceParametersType |
withExtension(ExtensionType value) |
ServiceParametersType |
withNativeFormat(java.lang.String value) |
protected javax.xml.namespace.QName coverageSubtype
protected CoverageSubtypeParentType coverageSubtypeParent
protected java.lang.String nativeFormat
protected ExtensionType extension
public javax.xml.namespace.QName getCoverageSubtype()
QNamepublic void setCoverageSubtype(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetCoverageSubtype()
public CoverageSubtypeParentType getCoverageSubtypeParent()
CoverageSubtypeParentTypepublic void setCoverageSubtypeParent(CoverageSubtypeParentType value)
value - allowed object is
CoverageSubtypeParentTypepublic boolean isSetCoverageSubtypeParent()
public java.lang.String getNativeFormat()
Stringpublic void setNativeFormat(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetNativeFormat()
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic boolean isSetExtension()
public java.lang.String toString()
toString in class java.lang.Objectpublic 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.ToString2public 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.ToString2public 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.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public 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.MergeFrom2public ServiceParametersType withCoverageSubtype(javax.xml.namespace.QName value)
public ServiceParametersType withCoverageSubtypeParent(CoverageSubtypeParentType value)
public ServiceParametersType withNativeFormat(java.lang.String value)
public ServiceParametersType withExtension(ExtensionType value)
Copyright © 2008-2021. All Rights Reserved.