de.extra_standard.namespace.components._1
Class ObjectFactory

java.lang.Object
  extended by de.extra_standard.namespace.components._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.components._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.components._1
 
Method Summary
 AnyPlugInContainerType createAnyPlugInContainerType()
          Create an instance of AnyPlugInContainerType
 JAXBElement<AnyXMLType> createAnyXML(AnyXMLType value)
          Create an instance of JAXBElement<AnyXMLType>}
 AnyXMLType createAnyXMLType()
          Create an instance of AnyXMLType
 JAXBElement<ApplicationType> createApplication(ApplicationType value)
          Create an instance of JAXBElement<ApplicationType>}
 ApplicationType createApplicationType()
          Create an instance of ApplicationType
 JAXBElement<Base64CharSequenceType> createBase64CharSequence(Base64CharSequenceType value)
          Create an instance of JAXBElement<Base64CharSequenceType>}
 Base64CharSequenceType createBase64CharSequenceType()
          Create an instance of Base64CharSequenceType
 JAXBElement<CharSequenceType> createCharSequence(CharSequenceType value)
          Create an instance of JAXBElement<CharSequenceType>}
 CharSequenceType createCharSequenceType()
          Create an instance of CharSequenceType
 ClassifiableIDType createClassifiableIDType()
          Create an instance of ClassifiableIDType
 ClassifiableStringType createClassifiableStringType()
          Create an instance of ClassifiableStringType
 JAXBElement<FlagCodeType> createCode(FlagCodeType value)
          Create an instance of JAXBElement<FlagCodeType>}
 JAXBElement<String> createComponentID(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<DataType> createData(DataType value)
          Create an instance of JAXBElement<DataType>}
 DataType createDataType()
          Create an instance of DataType
 JAXBElement<String> createDataType(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ElementSequenceType> createElementSequence(ElementSequenceType value)
          Create an instance of JAXBElement<ElementSequenceType>}
 ElementSequenceType createElementSequenceType()
          Create an instance of ElementSequenceType
 JAXBElement<FlagType> createFlag(FlagType value)
          Create an instance of JAXBElement<FlagType>}
 FlagCodeType createFlagCodeType()
          Create an instance of FlagCodeType
 FlagType createFlagType()
          Create an instance of FlagType
 LoggingType createLoggingType()
          Create an instance of LoggingType
 JAXBElement<String> createManufacturer(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<TextType> createName(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createOriginator(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<String> createProcedure(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createProcessID(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<TextType> createProduct(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<PropertyType> createProperty(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 PropertyType createPropertyType()
          Create an instance of PropertyType
 JAXBElement<ReceiverType> createReceiver(ReceiverType value)
          Create an instance of JAXBElement<ReceiverType>}
 JAXBElement<ClassifiableIDType> createReceiverID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 ReceiverType createReceiverType()
          Create an instance of ReceiverType
 JAXBElement<ClassifiableIDType> createRegistrationID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ReportType> createReport(ReportType value)
          Create an instance of JAXBElement<ReportType>}
 ReportType createReportType()
          Create an instance of ReportType
 JAXBElement<RequestDetailsType> createRequestDetails(RequestDetailsType value)
          Create an instance of JAXBElement<RequestDetailsType>}
 RequestDetailsType createRequestDetailsType()
          Create an instance of RequestDetailsType
 JAXBElement<ClassifiableIDType> createRequestID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ResponseDetailsType> createResponseDetails(ResponseDetailsType value)
          Create an instance of JAXBElement<ResponseDetailsType>}
 ResponseDetailsType createResponseDetailsType()
          Create an instance of ResponseDetailsType
 JAXBElement<ClassifiableIDType> createResponseID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<String> createScenario(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<SenderType> createSender(SenderType value)
          Create an instance of JAXBElement<SenderType>}
 JAXBElement<ClassifiableIDType> createSenderID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 SenderType createSenderType()
          Create an instance of SenderType
 JAXBElement<SignaturesType> createSignatures(SignaturesType value)
          Create an instance of JAXBElement<SignaturesType>}
 SignaturesType createSignaturesType()
          Create an instance of SignaturesType
 JAXBElement<TextType> createStack(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<String> createTestIndicator(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<TextType> createText(TextType value)
          Create an instance of JAXBElement<TextType>}
 TextType createTextType()
          Create an instance of TextType
 JAXBElement<XMLGregorianCalendar> createTimeStamp(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 JAXBElement<TransformedDataType> createTransformedData(TransformedDataType value)
          Create an instance of JAXBElement<TransformedDataType>}
 JAXBElement<XMLFragmentType> createXMLFragment(XMLFragmentType value)
          Create an instance of JAXBElement<XMLFragmentType>}
 XMLFragmentType createXMLFragmentType()
          Create an instance of XMLFragmentType
 JAXBElement<TextType> createXPath(TextType value)
          Create an instance of JAXBElement<TextType>}
 
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.components._1

Method Detail

createFlagType

public FlagType createFlagType()
Create an instance of FlagType


createReceiverType

public ReceiverType createReceiverType()
Create an instance of ReceiverType


createApplicationType

public ApplicationType createApplicationType()
Create an instance of ApplicationType


createAnyPlugInContainerType

public AnyPlugInContainerType createAnyPlugInContainerType()
Create an instance of AnyPlugInContainerType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createLoggingType

public LoggingType createLoggingType()
Create an instance of LoggingType


createClassifiableStringType

public ClassifiableStringType createClassifiableStringType()
Create an instance of ClassifiableStringType


createReportType

public ReportType createReportType()
Create an instance of ReportType


createResponseDetailsType

public ResponseDetailsType createResponseDetailsType()
Create an instance of ResponseDetailsType


createElementSequenceType

public ElementSequenceType createElementSequenceType()
Create an instance of ElementSequenceType


createRequestDetailsType

public RequestDetailsType createRequestDetailsType()
Create an instance of RequestDetailsType


createFlagCodeType

public FlagCodeType createFlagCodeType()
Create an instance of FlagCodeType


createCharSequenceType

public CharSequenceType createCharSequenceType()
Create an instance of CharSequenceType


createTextType

public TextType createTextType()
Create an instance of TextType


createSignaturesType

public SignaturesType createSignaturesType()
Create an instance of SignaturesType


createClassifiableIDType

public ClassifiableIDType createClassifiableIDType()
Create an instance of ClassifiableIDType


createXMLFragmentType

public XMLFragmentType createXMLFragmentType()
Create an instance of XMLFragmentType


createBase64CharSequenceType

public Base64CharSequenceType createBase64CharSequenceType()
Create an instance of Base64CharSequenceType


createSenderType

public SenderType createSenderType()
Create an instance of SenderType


createAnyXMLType

public AnyXMLType createAnyXMLType()
Create an instance of AnyXMLType


createDataType

public DataType createDataType()
Create an instance of DataType


createStack

public JAXBElement<TextType> createStack(TextType value)
Create an instance of JAXBElement<TextType>}


createRequestDetails

public JAXBElement<RequestDetailsType> createRequestDetails(RequestDetailsType value)
Create an instance of JAXBElement<RequestDetailsType>}


createProduct

public JAXBElement<TextType> createProduct(TextType value)
Create an instance of JAXBElement<TextType>}


createProcessID

public JAXBElement<String> createProcessID(String value)
Create an instance of JAXBElement<String>}


createApplication

public JAXBElement<ApplicationType> createApplication(ApplicationType value)
Create an instance of JAXBElement<ApplicationType>}


createReceiverID

public JAXBElement<ClassifiableIDType> createReceiverID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createTransformedData

public JAXBElement<TransformedDataType> createTransformedData(TransformedDataType value)
Create an instance of JAXBElement<TransformedDataType>}


createSignatures

public JAXBElement<SignaturesType> createSignatures(SignaturesType value)
Create an instance of JAXBElement<SignaturesType>}


createReport

public JAXBElement<ReportType> createReport(ReportType value)
Create an instance of JAXBElement<ReportType>}


createProcedure

public JAXBElement<String> createProcedure(String value)
Create an instance of JAXBElement<String>}


createManufacturer

public JAXBElement<String> createManufacturer(String value)
Create an instance of JAXBElement<String>}


createSender

public JAXBElement<SenderType> createSender(SenderType value)
Create an instance of JAXBElement<SenderType>}


createSenderID

public JAXBElement<ClassifiableIDType> createSenderID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createComponentID

public JAXBElement<String> createComponentID(String value)
Create an instance of JAXBElement<String>}


createOriginator

public JAXBElement<TextType> createOriginator(TextType value)
Create an instance of JAXBElement<TextType>}


createXMLFragment

public JAXBElement<XMLFragmentType> createXMLFragment(XMLFragmentType value)
Create an instance of JAXBElement<XMLFragmentType>}


createTestIndicator

public JAXBElement<String> createTestIndicator(String value)
Create an instance of JAXBElement<String>}


createText

public JAXBElement<TextType> createText(TextType value)
Create an instance of JAXBElement<TextType>}


createName

public JAXBElement<TextType> createName(TextType value)
Create an instance of JAXBElement<TextType>}


createRegistrationID

public JAXBElement<ClassifiableIDType> createRegistrationID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createResponseID

public JAXBElement<ClassifiableIDType> createResponseID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createCharSequence

public JAXBElement<CharSequenceType> createCharSequence(CharSequenceType value)
Create an instance of JAXBElement<CharSequenceType>}


createDataType

public JAXBElement<String> createDataType(String value)
Create an instance of JAXBElement<String>}


createProperty

public JAXBElement<PropertyType> createProperty(PropertyType value)
Create an instance of JAXBElement<PropertyType>}


createRequestID

public JAXBElement<ClassifiableIDType> createRequestID(ClassifiableIDType value)
Create an instance of JAXBElement<ClassifiableIDType>}


createData

public JAXBElement<DataType> createData(DataType value)
Create an instance of JAXBElement<DataType>}


createElementSequence

public JAXBElement<ElementSequenceType> createElementSequence(ElementSequenceType value)
Create an instance of JAXBElement<ElementSequenceType>}


createScenario

public JAXBElement<String> createScenario(String value)
Create an instance of JAXBElement<String>}


createBase64CharSequence

public JAXBElement<Base64CharSequenceType> createBase64CharSequence(Base64CharSequenceType value)
Create an instance of JAXBElement<Base64CharSequenceType>}


createAnyXML

public JAXBElement<AnyXMLType> createAnyXML(AnyXMLType value)
Create an instance of JAXBElement<AnyXMLType>}


createResponseDetails

public JAXBElement<ResponseDetailsType> createResponseDetails(ResponseDetailsType value)
Create an instance of JAXBElement<ResponseDetailsType>}


createReceiver

public JAXBElement<ReceiverType> createReceiver(ReceiverType value)
Create an instance of JAXBElement<ReceiverType>}


createCode

public JAXBElement<FlagCodeType> createCode(FlagCodeType value)
Create an instance of JAXBElement<FlagCodeType>}


createFlag

public JAXBElement<FlagType> createFlag(FlagType value)
Create an instance of JAXBElement<FlagType>}


createTimeStamp

public JAXBElement<XMLGregorianCalendar> createTimeStamp(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createXPath

public JAXBElement<TextType> createXPath(TextType value)
Create an instance of JAXBElement<TextType>}



Copyright © 2012-2013. All Rights Reserved.