net.opengis.tjs.v_1_0
Class GetCapabilities

java.lang.Object
  extended by net.opengis.tjs.v_1_0.GetCapabilities
All Implemented Interfaces:
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

public class GetCapabilities
extends Object
implements 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 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

acceptVersions

protected GetCapabilities.AcceptVersions acceptVersions

sections

protected SectionsType sections

acceptFormats

protected AcceptFormatsType acceptFormats

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

language

protected String language

updateSequence

protected String updateSequence
Constructor Detail

GetCapabilities

public GetCapabilities()
Method Detail

getAcceptVersions

public GetCapabilities.AcceptVersions getAcceptVersions()
Gets the value of the acceptVersions property.

Returns:
possible object is GetCapabilities.AcceptVersions

setAcceptVersions

public void setAcceptVersions(GetCapabilities.AcceptVersions value)
Sets the value of the acceptVersions property.

Parameters:
value - allowed object is GetCapabilities.AcceptVersions

isSetAcceptVersions

public boolean isSetAcceptVersions()

getSections

public SectionsType getSections()
Gets the value of the sections property.

Returns:
possible object is SectionsType

setSections

public void setSections(SectionsType value)
Sets the value of the sections property.

Parameters:
value - allowed object is SectionsType

isSetSections

public boolean isSetSections()

getAcceptFormats

public AcceptFormatsType getAcceptFormats()
Gets the value of the acceptFormats property.

Returns:
possible object is AcceptFormatsType

setAcceptFormats

public void setAcceptFormats(AcceptFormatsType value)
Sets the value of the acceptFormats property.

Parameters:
value - allowed object is AcceptFormatsType

isSetAcceptFormats

public boolean isSetAcceptFormats()

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

isSetLanguage

public boolean isSetLanguage()

getUpdateSequence

public String getUpdateSequence()
Gets the value of the updateSequence property.

Returns:
possible object is String

setUpdateSequence

public void setUpdateSequence(String value)
Sets the value of the updateSequence property.

Parameters:
value - allowed object is String

isSetUpdateSequence

public boolean isSetUpdateSequence()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

withAcceptVersions

public GetCapabilities withAcceptVersions(GetCapabilities.AcceptVersions value)

withSections

public GetCapabilities withSections(SectionsType value)

withAcceptFormats

public GetCapabilities withAcceptFormats(AcceptFormatsType value)

withLanguage

public GetCapabilities withLanguage(String value)

withUpdateSequence

public GetCapabilities withUpdateSequence(String value)


Copyright © 2008-2016. All Rights Reserved.