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

  1. public interface WSAddr10Factory
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. WSAddr10Factory
eINSTANCE
  1. static
  2. WSAddr10Factory
INSTANCE
The singleton instance of the factory.

Method Summary

Modifier and Type Method and Description
  1. AttributedQNameType
createAttributedQNameType()
Returns a new object of class 'Attributed QName Type'.
  1. AttributedUnsignedLongType
createAttributedUnsignedLongType()
Returns a new object of class 'Attributed Unsigned Long Type'.
  1. AttributedURIType
createAttributedURIType()
Returns a new object of class 'Attributed URI Type'.
  1. DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'.
  1. EndpointReferenceType
createEndpointReferenceType()
Returns a new object of class 'Endpoint Reference Type'.
  1. MetadataType
createMetadataType()
Returns a new object of class 'Metadata Type'.
  1. ProblemActionType
createProblemActionType()
Returns a new object of class 'Problem Action Type'.
  1. ReferenceParametersType
createReferenceParametersType()
Returns a new object of class 'Reference Parameters Type'.
  1. RelatesToType
createRelatesToType()
Returns a new object of class 'Relates To Type'.
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

INSTANCE

  1. static final WSAddr10Factory INSTANCE
The singleton instance of the factory.

eINSTANCE

  1. static final WSAddr10Factory eINSTANCE

Method Detail

createAttributedQNameType

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

createAttributedUnsignedLongType

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

createAttributedURIType

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

createDocumentRoot

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

createEndpointReferenceType

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

createMetadataType

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

createProblemActionType

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

createReferenceParametersType

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

createRelatesToType

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

getWSAddr10Package

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