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.ow2.orchestra.ws_ht
|
public ObjectFactory()
public TOrganizationalEntity createTOrganizationalEntity()
TOrganizationalEntitypublic TGenericHumanRole createTGenericHumanRole()
TGenericHumanRolepublic TLogicalPeopleGroups createTLogicalPeopleGroups()
TLogicalPeopleGroupspublic TNotifications createTNotifications()
TNotificationspublic TNotification createTNotification()
TNotificationpublic TPeopleAssignments createTPeopleAssignments()
TPeopleAssignmentspublic TGrouplist createTGrouplist()
TGrouplistpublic THumanInteractions createTHumanInteractions()
THumanInteractionspublic TParameter createTParameter()
TParameterpublic TRendering createTRendering()
TRenderingpublic TExtension createTExtension()
TExtensionpublic TReassignment createTReassignment()
TReassignmentpublic TDeadlines createTDeadlines()
TDeadlinespublic TDocumentation createTDocumentation()
TDocumentationpublic TNotificationInterface createTNotificationInterface()
TNotificationInterfacepublic TDurationExpr createTDurationExpr()
TDurationExprpublic TExtensibleElements createTExtensibleElements()
TExtensibleElementspublic TTaskInterface createTTaskInterface()
TTaskInterfacepublic TPresentationParameter createTPresentationParameter()
TPresentationParameterpublic TExtensions createTExtensions()
TExtensionspublic TPresentationElements createTPresentationElements()
TPresentationElementspublic TDeadlineExpr createTDeadlineExpr()
TDeadlineExprpublic TDescription createTDescription()
TDescriptionpublic TLocalNotification createTLocalNotification()
TLocalNotificationpublic TLogicalPeopleGroup createTLogicalPeopleGroup()
TLogicalPeopleGrouppublic TExtensibleMixedContentElements createTExtensibleMixedContentElements()
TExtensibleMixedContentElementspublic TExpression createTExpression()
TExpressionpublic TRenderings createTRenderings()
TRenderingspublic TPresentationParameters createTPresentationParameters()
TPresentationParameterspublic TDelegation createTDelegation()
TDelegationpublic TBooleanExpr createTBooleanExpr()
TBooleanExprpublic TEscalation createTEscalation()
TEscalationpublic javax.xml.bind.JAXBElement<TGenericHumanRole> createExcludedOwners(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TUserlist> createUsers(TUserlist value)
public javax.xml.bind.JAXBElement<TGenericHumanRole> createTaskStakeholders(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TGenericHumanRole> createBusinessAdministrators(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TLogicalPeopleGroups> createLogicalPeopleGroups(TLogicalPeopleGroups value)
public javax.xml.bind.JAXBElement<TPriority> createPriority(TPriority value)
public javax.xml.bind.JAXBElement<TNotification> createNotification(TNotification value)
public javax.xml.bind.JAXBElement<TImport> createImport(TImport value)
public javax.xml.bind.JAXBElement<TOrganizationalEntity> createOrganizationalEntity(TOrganizationalEntity value)
public javax.xml.bind.JAXBElement<THumanInteractions> createHumanInteractions(THumanInteractions value)
public javax.xml.bind.JAXBElement<TGrouplist> createGroups(TGrouplist value)
public javax.xml.bind.JAXBElement<TGenericHumanRole> createRecipients(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TTask> createTask(TTask value)
public javax.xml.bind.JAXBElement<TTasks> createTasks(TTasks value)
public javax.xml.bind.JAXBElement<TGenericHumanRole> createPotentialOwners(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TNotifications> createNotifications(TNotifications value)
public javax.xml.bind.JAXBElement<TGenericHumanRole> createTaskInitiator(TGenericHumanRole value)
public javax.xml.bind.JAXBElement<TPeopleAssignments> createPeopleAssignments(TPeopleAssignments value)
public javax.xml.bind.JAXBElement<String> createUser(String value)
public javax.xml.bind.JAXBElement<String> createGroup(String value)
public javax.xml.bind.JAXBElement<TDocumentation> createTExtensibleMixedContentElementsDocumentation(TDocumentation value)
Copyright © 2012 OW2 Consortium. All Rights Reserved.