net.opengis.tjs.v_1_0
Class TjsCapabilitiesType

java.lang.Object
  extended by net.opengis.tjs.v_1_0.TjsCapabilitiesType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class TjsCapabilitiesType
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for tjsCapabilitiesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tjsCapabilitiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/1.1}ServiceIdentification" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}ServiceProvider" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}OperationsMetadata" minOccurs="0"/>
         <element name="Languages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.opengis.net/ows/1.1}Language" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="WSDL" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="TJS" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.0" />
       <attribute name="updateSequence" type="{http://www.opengis.net/ows/1.1}UpdateSequenceType" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class TjsCapabilitiesType.Languages
          Java class for anonymous complex type.
static class TjsCapabilitiesType.WSDL
          Java class for anonymous complex type.
 
Field Summary
protected  String lang
           
protected  TjsCapabilitiesType.Languages languages
           
protected  OperationsMetadata operationsMetadata
           
static String SERVICE
           
protected  ServiceIdentification serviceIdentification
           
protected  ServiceProvider serviceProvider
           
protected  String updateSequence
           
static String VERSION
           
protected  TjsCapabilitiesType.WSDL wsdl
           
 
Constructor Summary
TjsCapabilitiesType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 String getLang()
          RFC 4646 language code of the human-readable text (e.g.
 TjsCapabilitiesType.Languages getLanguages()
          Gets the value of the languages property.
 OperationsMetadata getOperationsMetadata()
          Gets the value of the operationsMetadata property.
 ServiceIdentification getServiceIdentification()
          Gets the value of the serviceIdentification property.
 ServiceProvider getServiceProvider()
          Gets the value of the serviceProvider property.
 String getUpdateSequence()
          Gets the value of the updateSequence property.
 TjsCapabilitiesType.WSDL getWSDL()
          Gets the value of the wsdl property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetLang()
           
 boolean isSetLanguages()
           
 boolean isSetOperationsMetadata()
           
 boolean isSetServiceIdentification()
           
 boolean isSetServiceProvider()
           
 boolean isSetUpdateSequence()
           
 boolean isSetWSDL()
           
 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.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setLang(String value)
          Sets the value of the lang property.
 void setLanguages(TjsCapabilitiesType.Languages value)
          Sets the value of the languages property.
 void setOperationsMetadata(OperationsMetadata value)
          Sets the value of the operationsMetadata property.
 void setServiceIdentification(ServiceIdentification value)
          Sets the value of the serviceIdentification property.
 void setServiceProvider(ServiceProvider value)
          Sets the value of the serviceProvider property.
 void setUpdateSequence(String value)
          Sets the value of the updateSequence property.
 void setWSDL(TjsCapabilitiesType.WSDL value)
          Sets the value of the wsdl property.
 String toString()
           
 TjsCapabilitiesType withLang(String value)
           
 TjsCapabilitiesType withLanguages(TjsCapabilitiesType.Languages value)
           
 TjsCapabilitiesType withOperationsMetadata(OperationsMetadata value)
           
 TjsCapabilitiesType withServiceIdentification(ServiceIdentification value)
           
 TjsCapabilitiesType withServiceProvider(ServiceProvider value)
           
 TjsCapabilitiesType withUpdateSequence(String value)
           
 TjsCapabilitiesType withWSDL(TjsCapabilitiesType.WSDL value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceIdentification

protected ServiceIdentification serviceIdentification

serviceProvider

protected ServiceProvider serviceProvider

operationsMetadata

protected OperationsMetadata operationsMetadata

languages

protected TjsCapabilitiesType.Languages languages

wsdl

protected TjsCapabilitiesType.WSDL wsdl

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

updateSequence

protected String updateSequence

lang

protected String lang
Constructor Detail

TjsCapabilitiesType

public TjsCapabilitiesType()
Method Detail

getServiceIdentification

public ServiceIdentification getServiceIdentification()
Gets the value of the serviceIdentification property.

Returns:
possible object is ServiceIdentification

setServiceIdentification

public void setServiceIdentification(ServiceIdentification value)
Sets the value of the serviceIdentification property.

Parameters:
value - allowed object is ServiceIdentification

isSetServiceIdentification

public boolean isSetServiceIdentification()

getServiceProvider

public ServiceProvider getServiceProvider()
Gets the value of the serviceProvider property.

Returns:
possible object is ServiceProvider

setServiceProvider

public void setServiceProvider(ServiceProvider value)
Sets the value of the serviceProvider property.

Parameters:
value - allowed object is ServiceProvider

isSetServiceProvider

public boolean isSetServiceProvider()

getOperationsMetadata

public OperationsMetadata getOperationsMetadata()
Gets the value of the operationsMetadata property.

Returns:
possible object is OperationsMetadata

setOperationsMetadata

public void setOperationsMetadata(OperationsMetadata value)
Sets the value of the operationsMetadata property.

Parameters:
value - allowed object is OperationsMetadata

isSetOperationsMetadata

public boolean isSetOperationsMetadata()

getLanguages

public TjsCapabilitiesType.Languages getLanguages()
Gets the value of the languages property.

Returns:
possible object is TjsCapabilitiesType.Languages

setLanguages

public void setLanguages(TjsCapabilitiesType.Languages value)
Sets the value of the languages property.

Parameters:
value - allowed object is TjsCapabilitiesType.Languages

isSetLanguages

public boolean isSetLanguages()

getWSDL

public TjsCapabilitiesType.WSDL getWSDL()
Gets the value of the wsdl property.

Returns:
possible object is TjsCapabilitiesType.WSDL

setWSDL

public void setWSDL(TjsCapabilitiesType.WSDL value)
Sets the value of the wsdl property.

Parameters:
value - allowed object is TjsCapabilitiesType.WSDL

isSetWSDL

public boolean isSetWSDL()

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()

getLang

public String getLang()
RFC 4646 language code of the human-readable text (e.g. "en-CA")

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

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

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

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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

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.CopyTo

copyTo

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

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

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

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

withServiceIdentification

public TjsCapabilitiesType withServiceIdentification(ServiceIdentification value)

withServiceProvider

public TjsCapabilitiesType withServiceProvider(ServiceProvider value)

withOperationsMetadata

public TjsCapabilitiesType withOperationsMetadata(OperationsMetadata value)

withLanguages

public TjsCapabilitiesType withLanguages(TjsCapabilitiesType.Languages value)

withWSDL

public TjsCapabilitiesType withWSDL(TjsCapabilitiesType.WSDL value)

withUpdateSequence

public TjsCapabilitiesType withUpdateSequence(String value)

withLang

public TjsCapabilitiesType withLang(String value)


Copyright © 2008-2015. All Rights Reserved.