public class GetCapabilitiesType
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 GetCapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcceptVersions" type="{http://www.opengis.net/ows/2.0}AcceptVersionsType" minOccurs="0"/>
<element name="Sections" type="{http://www.opengis.net/ows/2.0}SectionsType" minOccurs="0"/>
<element name="AcceptFormats" type="{http://www.opengis.net/ows/2.0}AcceptFormatsType" minOccurs="0"/>
<element name="AcceptLanguages" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Language" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="updateSequence" type="{http://www.opengis.net/ows/2.0}UpdateSequenceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCapabilitiesType.AcceptLanguages
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AcceptFormatsType |
acceptFormats |
protected GetCapabilitiesType.AcceptLanguages |
acceptLanguages |
protected AcceptVersionsType |
acceptVersions |
protected SectionsType |
sections |
protected java.lang.String |
updateSequence |
| Constructor and Description |
|---|
GetCapabilitiesType() |
| 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) |
AcceptFormatsType |
getAcceptFormats()
Gets the value of the acceptFormats property.
|
GetCapabilitiesType.AcceptLanguages |
getAcceptLanguages()
Gets the value of the acceptLanguages property.
|
AcceptVersionsType |
getAcceptVersions()
Gets the value of the acceptVersions property.
|
SectionsType |
getSections()
Gets the value of the sections property.
|
java.lang.String |
getUpdateSequence()
Gets the value of the updateSequence property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAcceptFormats() |
boolean |
isSetAcceptLanguages() |
boolean |
isSetAcceptVersions() |
boolean |
isSetSections() |
boolean |
isSetUpdateSequence() |
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 |
setAcceptFormats(AcceptFormatsType value)
Sets the value of the acceptFormats property.
|
void |
setAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
Sets the value of the acceptLanguages property.
|
void |
setAcceptVersions(AcceptVersionsType value)
Sets the value of the acceptVersions property.
|
void |
setSections(SectionsType value)
Sets the value of the sections property.
|
void |
setUpdateSequence(java.lang.String value)
Sets the value of the updateSequence property.
|
java.lang.String |
toString() |
GetCapabilitiesType |
withAcceptFormats(AcceptFormatsType value) |
GetCapabilitiesType |
withAcceptLanguages(GetCapabilitiesType.AcceptLanguages value) |
GetCapabilitiesType |
withAcceptVersions(AcceptVersionsType value) |
GetCapabilitiesType |
withSections(SectionsType value) |
GetCapabilitiesType |
withUpdateSequence(java.lang.String value) |
protected AcceptVersionsType acceptVersions
protected SectionsType sections
protected AcceptFormatsType acceptFormats
protected GetCapabilitiesType.AcceptLanguages acceptLanguages
protected java.lang.String updateSequence
public AcceptVersionsType getAcceptVersions()
AcceptVersionsTypepublic void setAcceptVersions(AcceptVersionsType value)
value - allowed object is
AcceptVersionsTypepublic boolean isSetAcceptVersions()
public SectionsType getSections()
SectionsTypepublic void setSections(SectionsType value)
value - allowed object is
SectionsTypepublic boolean isSetSections()
public AcceptFormatsType getAcceptFormats()
AcceptFormatsTypepublic void setAcceptFormats(AcceptFormatsType value)
value - allowed object is
AcceptFormatsTypepublic boolean isSetAcceptFormats()
public GetCapabilitiesType.AcceptLanguages getAcceptLanguages()
GetCapabilitiesType.AcceptLanguagespublic void setAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
value - allowed object is
GetCapabilitiesType.AcceptLanguagespublic boolean isSetAcceptLanguages()
public java.lang.String getUpdateSequence()
Stringpublic void setUpdateSequence(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUpdateSequence()
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 GetCapabilitiesType withAcceptVersions(AcceptVersionsType value)
public GetCapabilitiesType withSections(SectionsType value)
public GetCapabilitiesType withAcceptFormats(AcceptFormatsType value)
public GetCapabilitiesType withAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
public GetCapabilitiesType withUpdateSequence(java.lang.String value)
Copyright © 2008-2022. All Rights Reserved.