IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wsaddr10
Interface WSAddr10Factory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface WSAddr10Factory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static WSAddr10Factory eINSTANCE
           
static WSAddr10Factory INSTANCE
          The singleton instance of the factory.
 
Method Summary
 AttributedQNameType createAttributedQNameType()
          Returns a new object of class 'Attributed QName Type'.
 AttributedUnsignedLongType createAttributedUnsignedLongType()
          Returns a new object of class 'Attributed Unsigned Long Type'.
 AttributedURIType createAttributedURIType()
          Returns a new object of class 'Attributed URI Type'.
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 EndpointReferenceType createEndpointReferenceType()
          Returns a new object of class 'Endpoint Reference Type'.
 MetadataType createMetadataType()
          Returns a new object of class 'Metadata Type'.
 ProblemActionType createProblemActionType()
          Returns a new object of class 'Problem Action Type'.
 ReferenceParametersType createReferenceParametersType()
          Returns a new object of class 'Reference Parameters Type'.
 RelatesToType createRelatesToType()
          Returns a new object of class 'Relates To Type'.
 WSAddr10Package getWSAddr10Package()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values

INSTANCE

static final WSAddr10Factory INSTANCE
The singleton instance of the factory.


eINSTANCE

static final WSAddr10Factory eINSTANCE
Method Detail

createAttributedQNameType

AttributedQNameType createAttributedQNameType()
Returns a new object of class 'Attributed QName Type'.

Returns:
a new object of class 'Attributed QName Type'.

createAttributedUnsignedLongType

AttributedUnsignedLongType createAttributedUnsignedLongType()
Returns a new object of class 'Attributed Unsigned Long Type'.

Returns:
a new object of class 'Attributed Unsigned Long Type'.

createAttributedURIType

AttributedURIType createAttributedURIType()
Returns a new object of class 'Attributed URI Type'.

Returns:
a new object of class 'Attributed URI Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createEndpointReferenceType

EndpointReferenceType createEndpointReferenceType()
Returns a new object of class 'Endpoint Reference Type'.

Returns:
a new object of class 'Endpoint Reference Type'.

createMetadataType

MetadataType createMetadataType()
Returns a new object of class 'Metadata Type'.

Returns:
a new object of class 'Metadata Type'.

createProblemActionType

ProblemActionType createProblemActionType()
Returns a new object of class 'Problem Action Type'.

Returns:
a new object of class 'Problem Action Type'.

createReferenceParametersType

ReferenceParametersType createReferenceParametersType()
Returns a new object of class 'Reference Parameters Type'.

Returns:
a new object of class 'Reference Parameters Type'.

createRelatesToType

RelatesToType createRelatesToType()
Returns a new object of class 'Relates To Type'.

Returns:
a new object of class 'Relates To Type'.

getWSAddr10Package

WSAddr10Package getWSAddr10Package()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

IBM WebSphere Application ServerTM
Release 7