|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.GetCapabilities
public class GetCapabilities
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcceptVersions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" maxOccurs="unbounded">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1.0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Sections" type="{http://www.opengis.net/ows/1.1}SectionsType" minOccurs="0"/>
<element name="AcceptFormats" type="{http://www.opengis.net/ows/1.1}AcceptFormatsType" minOccurs="0"/>
</sequence>
<attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="TJS" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="updateSequence" type="{http://www.opengis.net/ows/1.1}UpdateSequenceType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GetCapabilities.AcceptVersions
When omitted, server shall return latest supported version. |
| Field Summary | |
|---|---|
protected AcceptFormatsType |
acceptFormats
|
protected GetCapabilities.AcceptVersions |
acceptVersions
|
protected String |
language
|
protected SectionsType |
sections
|
static String |
SERVICE
|
protected String |
updateSequence
|
| Constructor Summary | |
|---|---|
GetCapabilities()
|
|
| 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. |
GetCapabilities.AcceptVersions |
getAcceptVersions()
Gets the value of the acceptVersions property. |
String |
getLanguage()
Gets the value of the language 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 |
isSetAcceptVersions()
|
boolean |
isSetLanguage()
|
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 |
setAcceptVersions(GetCapabilities.AcceptVersions value)
Sets the value of the acceptVersions property. |
void |
setLanguage(String value)
Sets the value of the language 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()
|
GetCapabilities |
withAcceptFormats(AcceptFormatsType value)
|
GetCapabilities |
withAcceptVersions(GetCapabilities.AcceptVersions value)
|
GetCapabilities |
withLanguage(String value)
|
GetCapabilities |
withSections(SectionsType value)
|
GetCapabilities |
withUpdateSequence(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected GetCapabilities.AcceptVersions acceptVersions
protected SectionsType sections
protected AcceptFormatsType acceptFormats
public static final String SERVICE
protected String language
protected String updateSequence
| Constructor Detail |
|---|
public GetCapabilities()
| Method Detail |
|---|
public GetCapabilities.AcceptVersions getAcceptVersions()
GetCapabilities.AcceptVersionspublic void setAcceptVersions(GetCapabilities.AcceptVersions value)
value - allowed object is
GetCapabilities.AcceptVersionspublic 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 String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
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 GetCapabilities withAcceptVersions(GetCapabilities.AcceptVersions value)
public GetCapabilities withSections(SectionsType value)
public GetCapabilities withAcceptFormats(AcceptFormatsType value)
public GetCapabilities withLanguage(String value)
public GetCapabilities withUpdateSequence(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||