public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.iru.epd.model.message.envelope
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentsType |
createAttachmentsType()
Create an instance of
AttachmentsType |
AttachmentType |
createAttachmentType()
Create an instance of
AttachmentType |
AttachmentTypesType |
createAttachmentTypesType()
Create an instance of
AttachmentTypesType |
AttachmentTypeType |
createAttachmentTypeType()
Create an instance of
AttachmentTypeType |
BinaryAttachmentType |
createBinaryAttachmentType()
Create an instance of
BinaryAttachmentType |
BodyType |
createBodyType()
Create an instance of
BodyType |
JAXBElement<EnvelopeType> |
createEnvelope(EnvelopeType value)
|
EnvelopeType |
createEnvelopeType()
Create an instance of
EnvelopeType |
HeaderType |
createHeaderType()
Create an instance of
HeaderType |
XMLTypeType |
createXMLTypeType()
Create an instance of
XMLTypeType |
public ObjectFactory()
public EnvelopeType createEnvelopeType()
EnvelopeTypepublic XMLTypeType createXMLTypeType()
XMLTypeTypepublic AttachmentTypeType createAttachmentTypeType()
AttachmentTypeTypepublic AttachmentTypesType createAttachmentTypesType()
AttachmentTypesTypepublic HeaderType createHeaderType()
HeaderTypepublic BinaryAttachmentType createBinaryAttachmentType()
BinaryAttachmentTypepublic AttachmentType createAttachmentType()
AttachmentTypepublic AttachmentsType createAttachmentsType()
AttachmentsTypepublic JAXBElement<EnvelopeType> createEnvelope(EnvelopeType value)
Copyright © 2017. All Rights Reserved.