|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_2_0.GetCapabilitiesType
public class GetCapabilitiesType
XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS.
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>
| Nested Class Summary | |
|---|---|
static class |
GetCapabilitiesType.AcceptLanguages
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AcceptFormatsType |
acceptFormats
|
protected GetCapabilitiesType.AcceptLanguages |
acceptLanguages
|
protected AcceptVersionsType |
acceptVersions
|
protected SectionsType |
sections
|
protected String |
updateSequence
|
| Constructor Summary | |
|---|---|
GetCapabilitiesType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.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. |
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
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(String value)
Sets the value of the updateSequence property. |
String |
toString()
|
GetCapabilitiesType |
withAcceptFormats(AcceptFormatsType value)
|
GetCapabilitiesType |
withAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
|
GetCapabilitiesType |
withAcceptVersions(AcceptVersionsType value)
|
GetCapabilitiesType |
withSections(SectionsType value)
|
GetCapabilitiesType |
withUpdateSequence(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AcceptVersionsType acceptVersions
protected SectionsType sections
protected AcceptFormatsType acceptFormats
protected GetCapabilitiesType.AcceptLanguages acceptLanguages
protected String updateSequence
| Constructor Detail |
|---|
public GetCapabilitiesType()
| Method Detail |
|---|
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 String getUpdateSequence()
Stringpublic void setUpdateSequence(String value)
value - allowed object is
Stringpublic boolean isSetUpdateSequence()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public 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 Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.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(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||