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
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
|
eINSTANCE
|
|
INSTANCE
The singleton instance of the factory.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createAttributedQNameType()
Returns a new object of class 'Attributed QName Type'.
|
|
createAttributedUnsignedLongType()
Returns a new object of class 'Attributed Unsigned Long Type'.
|
|
createAttributedURIType()
Returns a new object of class 'Attributed URI Type'.
|
|
createDocumentRoot()
Returns a new object of class 'Document Root'.
|
|
createEndpointReferenceType()
Returns a new object of class 'Endpoint Reference Type'.
|
|
createMetadataType()
Returns a new object of class 'Metadata Type'.
|
|
createProblemActionType()
Returns a new object of class 'Problem Action Type'.
|
|
createReferenceParametersType()
Returns a new object of class 'Reference Parameters Type'.
|
|
createRelatesToType()
Returns a new object of class 'Relates To Type'.
|
|
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:
$sccsid
- static final java.lang.String $sccsid
See Also:
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.