Package nl.egem.stuf.stuf0204
Class ObjectFactory
java.lang.Object
nl.egem.stuf.stuf0204.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the nl.egem.stuf.stuf0204 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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.egem.stuf.stuf0204 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBevestigingsBericht
Create an instance ofDatumMetIndicator
Create an instance ofDatumMetIndicatorKerngegeven
Create an instance ofExtraElement
javax.xml.bind.JAXBElement<ExtraElement>
createExtraElement
(ExtraElement value) Create an instance ofExtraElementen
Create an instance ofFoutBericht
Create an instance ofFoutBericht.Body
Create an instance ofStUFBerichtenSet
javax.xml.bind.JAXBElement<Object>
javax.xml.bind.JAXBElement<Object>
javax.xml.bind.JAXBElement<Object>
Create an instance ofStuurgegevens
Create an instance ofStuurgegevens.Antwoord
Create an instance ofStuurgegevens.Bevestiging
Create an instance ofStuurgegevens.Fout
Create an instance ofStuurgegevens.Kennisgeving
Create an instance ofStuurgegevens.Vraag
Create an instance ofSysteem
Create an instance ofTijdvakGeldigheid
Create an instance ofTijdvakRelatie
javax.xml.bind.JAXBElement<String>
createTransmissionError
(String value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.egem.stuf.stuf0204
-
-
Method Details
-
createStuurgegevens
Create an instance ofStuurgegevens
-
createFoutBericht
Create an instance ofFoutBericht
-
createSysteem
Create an instance ofSysteem
-
createStuurgegevensKennisgeving
Create an instance ofStuurgegevens.Kennisgeving
-
createStuurgegevensVraag
Create an instance ofStuurgegevens.Vraag
-
createStuurgegevensAntwoord
Create an instance ofStuurgegevens.Antwoord
-
createStuurgegevensBevestiging
Create an instance ofStuurgegevens.Bevestiging
-
createStuurgegevensFout
Create an instance ofStuurgegevens.Fout
-
createFoutBerichtBody
Create an instance ofFoutBericht.Body
-
createBevestigingsBericht
Create an instance ofBevestigingsBericht
-
createStUFBerichtenSet
Create an instance ofStUFBerichtenSet
-
createExtraElement
Create an instance ofExtraElement
-
createExtraElementen
Create an instance ofExtraElementen
-
createDatumMetIndicator
Create an instance ofDatumMetIndicator
-
createTijdvakGeldigheid
Create an instance ofTijdvakGeldigheid
-
createTijdvakRelatie
Create an instance ofTijdvakRelatie
-
createDatumMetIndicatorKerngegeven
Create an instance ofDatumMetIndicatorKerngegeven
-
createTransmissionError
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createExtraElement
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExtraElement
>
-
createStUFBerichtenSetKennisgevingsBericht
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Object
>
-
createStUFBerichtenSetVraagBericht
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Object
>
-
createStUFBerichtenSetAsynchroonAntwoordBericht
public javax.xml.bind.JAXBElement<Object> createStUFBerichtenSetAsynchroonAntwoordBericht(Object value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Object
>
-