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.oasis_open.docs.wsdm.muws1_2
|
Modifier and Type | Method and Description |
---|---|
ComponentAddressType |
createComponentAddressType()
Create an instance of
ComponentAddressType |
ComponentType |
createComponentType()
Create an instance of
ComponentType |
JAXBElement<CorrelatablePropertiesType> |
createCorrelatableProperties(CorrelatablePropertiesType value)
|
CorrelatablePropertiesType |
createCorrelatablePropertiesType()
Create an instance of
CorrelatablePropertiesType |
JAXBElement<String> |
createManageabilityCapability(String value)
|
JAXBElement<W3CEndpointReference> |
createManageabilityEndpointReference(W3CEndpointReference value)
|
JAXBElement<ManagementEventType> |
createManagementEvent(ManagementEventType value)
|
ManagementEventType |
createManagementEventType()
Create an instance of
ManagementEventType |
JAXBElement<String> |
createResourceId(String value)
|
public ObjectFactory()
public ComponentType createComponentType()
ComponentType
public CorrelatablePropertiesType createCorrelatablePropertiesType()
CorrelatablePropertiesType
public ManagementEventType createManagementEventType()
ManagementEventType
public ComponentAddressType createComponentAddressType()
ComponentAddressType
public JAXBElement<String> createResourceId(String value)
public JAXBElement<String> createManageabilityCapability(String value)
public JAXBElement<ManagementEventType> createManagementEvent(ManagementEventType value)
public JAXBElement<W3CEndpointReference> createManageabilityEndpointReference(W3CEndpointReference value)
public JAXBElement<CorrelatablePropertiesType> createCorrelatableProperties(CorrelatablePropertiesType value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.