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.uddi.custody_v3
|
Modifier and Type | Method and Description |
---|---|
DiscardTransferToken |
createDiscardTransferToken()
Create an instance of
DiscardTransferToken |
JAXBElement<DiscardTransferToken> |
createDiscardTransferToken(DiscardTransferToken value)
|
GetTransferToken |
createGetTransferToken()
Create an instance of
GetTransferToken |
JAXBElement<GetTransferToken> |
createGetTransferToken(GetTransferToken value)
|
KeyBag |
createKeyBag()
Create an instance of
KeyBag |
JAXBElement<KeyBag> |
createKeyBag(KeyBag value)
|
TransferEntities |
createTransferEntities()
Create an instance of
TransferEntities |
JAXBElement<TransferEntities> |
createTransferEntities(TransferEntities value)
|
TransferOperationalInfo |
createTransferOperationalInfo()
Create an instance of
TransferOperationalInfo |
JAXBElement<TransferOperationalInfo> |
createTransferOperationalInfo(TransferOperationalInfo value)
|
TransferToken |
createTransferToken()
Create an instance of
TransferToken |
JAXBElement<TransferToken> |
createTransferToken(TransferToken value)
|
public ObjectFactory()
public TransferOperationalInfo createTransferOperationalInfo()
TransferOperationalInfo
public TransferEntities createTransferEntities()
TransferEntities
public DiscardTransferToken createDiscardTransferToken()
DiscardTransferToken
public GetTransferToken createGetTransferToken()
GetTransferToken
public TransferToken createTransferToken()
TransferToken
public JAXBElement<KeyBag> createKeyBag(KeyBag value)
public JAXBElement<DiscardTransferToken> createDiscardTransferToken(DiscardTransferToken value)
public JAXBElement<GetTransferToken> createGetTransferToken(GetTransferToken value)
public JAXBElement<TransferEntities> createTransferEntities(TransferEntities value)
public JAXBElement<TransferOperationalInfo> createTransferOperationalInfo(TransferOperationalInfo value)
public JAXBElement<TransferToken> createTransferToken(TransferToken value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.