de.extra_standard.namespace.plugins._1
Class ObjectFactory

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the de.extra_standard.namespace.plugins._1 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: de.extra_standard.namespace.plugins._1
 
Method Summary
 JAXBElement<CertificatesType> createCertificates(CertificatesType value)
          Create an instance of JAXBElement<CertificatesType>}
 CertificatesType createCertificatesType()
          Create an instance of CertificatesType
 CompressionAlgorithmType createCompressionAlgorithmType()
          Create an instance of CompressionAlgorithmType
 CompressionType createCompressionType()
          Create an instance of CompressionType
 JAXBElement<ContactsType> createContacts(ContactsType value)
          Create an instance of JAXBElement<ContactsType>}
 ContactsType createContactsType()
          Create an instance of ContactsType
 ContactType createContactType()
          Create an instance of ContactType
 DataContainerType createDataContainerType()
          Create an instance of DataContainerType
 DataSetType createDataSetType()
          Create an instance of DataSetType
 JAXBElement<DataSourceType> createDataSource(DataSourceType value)
          Create an instance of JAXBElement<DataSourceType>}
 DataSourceType createDataSourceType()
          Create an instance of DataSourceType
 JAXBElement<DataTransformsType> createDataTransforms(DataTransformsType value)
          Create an instance of JAXBElement<DataTransformsType>}
 DataTransformsType createDataTransformsType()
          Create an instance of DataTransformsType
 DataType createDataType()
          Create an instance of DataType
 EncryptionAlgorithmType createEncryptionAlgorithmType()
          Create an instance of EncryptionAlgorithmType
 EncryptionType createEncryptionType()
          Create an instance of EncryptionType
 EndpointType createEndpointType()
          Create an instance of EndpointType
 SignatureAlgorithmType createSignatureAlgorithmType()
          Create an instance of SignatureAlgorithmType
 SignatureType createSignatureType()
          Create an instance of SignatureType
 SpecificationType createSpecificationType()
          Create an instance of SpecificationType
 TransformedDataType createTransformedDataType()
          Create an instance of TransformedDataType
 X509CertificateType createX509CertificateType()
          Create an instance of X509CertificateType
 
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: de.extra_standard.namespace.plugins._1

Method Detail

createDataType

public DataType createDataType()
Create an instance of DataType


createDataSourceType

public DataSourceType createDataSourceType()
Create an instance of DataSourceType


createEncryptionAlgorithmType

public EncryptionAlgorithmType createEncryptionAlgorithmType()
Create an instance of EncryptionAlgorithmType


createDataSetType

public DataSetType createDataSetType()
Create an instance of DataSetType


createSignatureAlgorithmType

public SignatureAlgorithmType createSignatureAlgorithmType()
Create an instance of SignatureAlgorithmType


createTransformedDataType

public TransformedDataType createTransformedDataType()
Create an instance of TransformedDataType


createX509CertificateType

public X509CertificateType createX509CertificateType()
Create an instance of X509CertificateType


createSignatureType

public SignatureType createSignatureType()
Create an instance of SignatureType


createDataTransformsType

public DataTransformsType createDataTransformsType()
Create an instance of DataTransformsType


createCompressionAlgorithmType

public CompressionAlgorithmType createCompressionAlgorithmType()
Create an instance of CompressionAlgorithmType


createEndpointType

public EndpointType createEndpointType()
Create an instance of EndpointType


createContactsType

public ContactsType createContactsType()
Create an instance of ContactsType


createEncryptionType

public EncryptionType createEncryptionType()
Create an instance of EncryptionType


createContactType

public ContactType createContactType()
Create an instance of ContactType


createSpecificationType

public SpecificationType createSpecificationType()
Create an instance of SpecificationType


createCertificatesType

public CertificatesType createCertificatesType()
Create an instance of CertificatesType


createDataContainerType

public DataContainerType createDataContainerType()
Create an instance of DataContainerType


createCompressionType

public CompressionType createCompressionType()
Create an instance of CompressionType


createCertificates

public JAXBElement<CertificatesType> createCertificates(CertificatesType value)
Create an instance of JAXBElement<CertificatesType>}


createContacts

public JAXBElement<ContactsType> createContacts(ContactsType value)
Create an instance of JAXBElement<ContactsType>}


createDataTransforms

public JAXBElement<DataTransformsType> createDataTransforms(DataTransformsType value)
Create an instance of JAXBElement<DataTransformsType>}


createDataSource

public JAXBElement<DataSourceType> createDataSource(DataSourceType value)
Create an instance of JAXBElement<DataSourceType>}



Copyright © 2012-2013. All Rights Reserved.