class ObjectFactory extends AnyRef
This object contains factory methods for each Java content interface and Java element interface generated in the wco.datamodel.wco.res_dms._2 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.
- Annotations
- @XmlRegistry()
- Alphabetic
- By Inheritance
- ObjectFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ObjectFactory()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createResponse(): Response
- def createResponseAdditionalInformation(value: AdditionalInformation): JAXBElement[AdditionalInformation]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseAdditionalInformation(): AdditionalInformation
Create an instance of
- def createResponseAdditionalInformationPointer(): Pointer
Create an instance of
- def createResponseAmendment(value: Amendment): JAXBElement[Amendment]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseAmendment(): Amendment
Create an instance of
- def createResponseAmendmentPointer(): Pointer
Create an instance of
- def createResponseAppealOffice(value: AppealOffice): JAXBElement[AppealOffice]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseAppealOffice(): AppealOffice
Create an instance of
- def createResponseBank(value: Bank): JAXBElement[Bank]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseBank(): Bank
Create an instance of
- def createResponseContactOffice(value: ContactOffice): JAXBElement[ContactOffice]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseContactOffice(): ContactOffice
Create an instance of
- def createResponseContactOfficeCommunication(): Communication
Create an instance of
- def createResponseDeclaration(value: Declaration): JAXBElement[Declaration]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseDeclaration(): Declaration
Create an instance of
- def createResponseDeclarationDutyTaxFee(): DutyTaxFee
Create an instance of
- def createResponseDeclarationDutyTaxFeePayment(): Payment
Create an instance of
- def createResponseDeclarationDutyTaxFeePaymentObligationGuarantee(): ObligationGuarantee
Create an instance of
- def createResponseDeclarationGoodsShipment(): GoodsShipment
Create an instance of
- def createResponseDeclarationGoodsShipmentGovernmentAgencyGoodsItem(): GovernmentAgencyGoodsItem
Create an instance of
- def createResponseDeclarationGoodsShipmentGovernmentAgencyGoodsItemCommodity(): Commodity
Create an instance of
- def createResponseDeclarationGoodsShipmentGovernmentAgencyGoodsItemCommodityDutyTaxFee(): DutyTaxFee
Create an instance of
- def createResponseDeclarationGoodsShipmentGovernmentAgencyGoodsItemCommodityDutyTaxFeePayment(): Payment
Create an instance of
- def createResponseError(value: Error): JAXBElement[Error]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseError(): Error
Create an instance of
- def createResponseErrorPointer(): Pointer
Create an instance of
- def createResponseFunctionCode(value: ResponseFunctionCodeType): JAXBElement[ResponseFunctionCodeType]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseFunctionalReferenceID(value: ResponseFunctionalReferenceIDType): JAXBElement[ResponseFunctionalReferenceIDType]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseIssueDateTime(value: ResponseIssueDateTimeType): JAXBElement[ResponseIssueDateTimeType]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseStatus(value: Status): JAXBElement[Status]
Create an instance of
<>}Create an instance of
<>}- Annotations
- @XmlElementDecl()
- def createResponseStatus(): Status
Create an instance of
- def createResponseStatusPointer(): Pointer
Create an instance of
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()