|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.TjsCapabilitiesType
public class TjsCapabilitiesType
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.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)
|
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.HashCodeStrategy2 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.MergeStrategy2 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 |
|---|
protected ServiceIdentification serviceIdentification
protected ServiceProvider serviceProvider
protected OperationsMetadata operationsMetadata
protected TjsCapabilitiesType.Languages languages
protected TjsCapabilitiesType.WSDL wsdl
public static final String SERVICE
public static final String VERSION
protected String updateSequence
protected String lang
| Constructor Detail |
|---|
public TjsCapabilitiesType()
| Method Detail |
|---|
public ServiceIdentification getServiceIdentification()
ServiceIdentificationpublic void setServiceIdentification(ServiceIdentification value)
value - allowed object is
ServiceIdentificationpublic boolean isSetServiceIdentification()
public ServiceProvider getServiceProvider()
ServiceProviderpublic void setServiceProvider(ServiceProvider value)
value - allowed object is
ServiceProviderpublic boolean isSetServiceProvider()
public OperationsMetadata getOperationsMetadata()
OperationsMetadatapublic void setOperationsMetadata(OperationsMetadata value)
value - allowed object is
OperationsMetadatapublic boolean isSetOperationsMetadata()
public TjsCapabilitiesType.Languages getLanguages()
TjsCapabilitiesType.Languagespublic void setLanguages(TjsCapabilitiesType.Languages value)
value - allowed object is
TjsCapabilitiesType.Languagespublic boolean isSetLanguages()
public TjsCapabilitiesType.WSDL getWSDL()
TjsCapabilitiesType.WSDLpublic void setWSDL(TjsCapabilitiesType.WSDL value)
value - allowed object is
TjsCapabilitiesType.WSDLpublic boolean isSetWSDL()
public String getUpdateSequence()
Stringpublic void setUpdateSequence(String value)
value - allowed object is
Stringpublic boolean isSetUpdateSequence()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
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 TjsCapabilitiesType withServiceIdentification(ServiceIdentification value)
public TjsCapabilitiesType withServiceProvider(ServiceProvider value)
public TjsCapabilitiesType withOperationsMetadata(OperationsMetadata value)
public TjsCapabilitiesType withLanguages(TjsCapabilitiesType.Languages value)
public TjsCapabilitiesType withWSDL(TjsCapabilitiesType.WSDL value)
public TjsCapabilitiesType withUpdateSequence(String value)
public TjsCapabilitiesType withLang(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||