public class CapabilitiesBaseType extends Object
Java class for CapabilitiesBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows}ServiceIdentification" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}ServiceProvider" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}OperationsMetadata" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.opengis.net/ows}VersionType" />
<attribute name="updateSequence" type="{http://www.opengis.net/ows}UpdateSequenceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperationsMetadata |
operationsMetadata |
protected ServiceIdentification |
serviceIdentification |
protected ServiceProvider |
serviceProvider |
protected String |
updateSequence |
protected String |
version |
| Constructor and Description |
|---|
CapabilitiesBaseType()
Default no-arg constructor
|
CapabilitiesBaseType(ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
String version,
String updateSequence)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getVersion()
Gets the value of the version 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 |
setVersion(String value)
Sets the value of the version property.
|
protected ServiceIdentification serviceIdentification
protected ServiceProvider serviceProvider
protected OperationsMetadata operationsMetadata
protected String version
protected String updateSequence
public CapabilitiesBaseType()
public CapabilitiesBaseType(ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, String version, String updateSequence)
public ServiceIdentification getServiceIdentification()
ServiceIdentificationpublic void setServiceIdentification(ServiceIdentification value)
value - allowed object is
ServiceIdentificationpublic ServiceProvider getServiceProvider()
ServiceProviderpublic void setServiceProvider(ServiceProvider value)
value - allowed object is
ServiceProviderpublic OperationsMetadata getOperationsMetadata()
OperationsMetadatapublic void setOperationsMetadata(OperationsMetadata value)
value - allowed object is
OperationsMetadatapublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUpdateSequence()
StringCopyright © 2022 B3Partners B.V.. All rights reserved.