org.deegree.services.jaxb.metadata
Class ObjectFactory

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

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.deegree.services.jaxb.metadata package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.deegree.services.jaxb.metadata
 
Method Summary
 AddressType createAddressType()
          Create an instance of AddressType
 CodeType createCodeType()
          Create an instance of CodeType
 JAXBElement<DeegreeServicesMetadataType> createDeegreeServicesMetadata(DeegreeServicesMetadataType value)
          Create an instance of JAXBElement<DeegreeServicesMetadataType>}
 DeegreeServicesMetadataType createDeegreeServicesMetadataType()
          Create an instance of DeegreeServicesMetadataType
 JAXBElement<KeywordsType> createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 KeywordsType createKeywordsType()
          Create an instance of KeywordsType
 LanguageStringType createLanguageStringType()
          Create an instance of LanguageStringType
 ServiceContactType createServiceContactType()
          Create an instance of ServiceContactType
 JAXBElement<ServiceIdentificationType> createServiceIdentification(ServiceIdentificationType value)
          Create an instance of JAXBElement<ServiceIdentificationType>}
 ServiceIdentificationType createServiceIdentificationType()
          Create an instance of ServiceIdentificationType
 JAXBElement<ServiceProviderType> createServiceProvider(ServiceProviderType value)
          Create an instance of JAXBElement<ServiceProviderType>}
 ServiceProviderType createServiceProviderType()
          Create an instance of ServiceProviderType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.deegree.services.jaxb.metadata

Method Detail

createServiceProviderType

public ServiceProviderType createServiceProviderType()
Create an instance of ServiceProviderType


createServiceIdentificationType

public ServiceIdentificationType createServiceIdentificationType()
Create an instance of ServiceIdentificationType


createDeegreeServicesMetadataType

public DeegreeServicesMetadataType createDeegreeServicesMetadataType()
Create an instance of DeegreeServicesMetadataType


createKeywordsType

public KeywordsType createKeywordsType()
Create an instance of KeywordsType


createLanguageStringType

public LanguageStringType createLanguageStringType()
Create an instance of LanguageStringType


createServiceContactType

public ServiceContactType createServiceContactType()
Create an instance of ServiceContactType


createCodeType

public CodeType createCodeType()
Create an instance of CodeType


createAddressType

public AddressType createAddressType()
Create an instance of AddressType


createKeywords

public JAXBElement<KeywordsType> createKeywords(KeywordsType value)
Create an instance of JAXBElement<KeywordsType>}


createDeegreeServicesMetadata

public JAXBElement<DeegreeServicesMetadataType> createDeegreeServicesMetadata(DeegreeServicesMetadataType value)
Create an instance of JAXBElement<DeegreeServicesMetadataType>}


createServiceIdentification

public JAXBElement<ServiceIdentificationType> createServiceIdentification(ServiceIdentificationType value)
Create an instance of JAXBElement<ServiceIdentificationType>}


createServiceProvider

public JAXBElement<ServiceProviderType> createServiceProvider(ServiceProviderType value)
Create an instance of JAXBElement<ServiceProviderType>}



Copyright © 2011. All Rights Reserved.