org.deegree.services.jaxb.metadata
Class DeegreeServicesMetadataType

java.lang.Object
  extended by org.deegree.services.jaxb.metadata.DeegreeServicesMetadataType

public class DeegreeServicesMetadataType
extends Object

The root node of the services metadata configuration, holds the default service provider/identification information, valid for all configured services.

Java class for deegreeServicesMetadataType complex type.

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

 <complexType name="deegreeServicesMetadataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.deegree.org/services/metadata}ServiceIdentification" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/metadata}ServiceProvider"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String configVersion
           
protected  ServiceIdentificationType serviceIdentification
           
protected  ServiceProviderType serviceProvider
           
 
Constructor Summary
DeegreeServicesMetadataType()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 ServiceIdentificationType getServiceIdentification()
          Gets the value of the serviceIdentification property.
 ServiceProviderType getServiceProvider()
          Gets the value of the serviceProvider property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setServiceIdentification(ServiceIdentificationType value)
          Sets the value of the serviceIdentification property.
 void setServiceProvider(ServiceProviderType value)
          Sets the value of the serviceProvider property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceIdentification

protected ServiceIdentificationType serviceIdentification

serviceProvider

protected ServiceProviderType serviceProvider

configVersion

protected String configVersion
Constructor Detail

DeegreeServicesMetadataType

public DeegreeServicesMetadataType()
Method Detail

getServiceIdentification

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

Returns:
possible object is ServiceIdentificationType

setServiceIdentification

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

Parameters:
value - allowed object is ServiceIdentificationType

getServiceProvider

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

Returns:
possible object is ServiceProviderType

setServiceProvider

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

Parameters:
value - allowed object is ServiceProviderType

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.