public class ExtensionDefinitionImpl extends java.lang.Object implements ExtensionDefinition
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mustUnderstand
mustUnderstand attribute of the extension element.
|
protected java.lang.String |
namespace
Namespace attribute of the extension element.
|
protected boolean |
supported
supported if the extension element is actually supported by Orchestra
|
| Modifier | Constructor and Description |
|---|---|
protected |
ExtensionDefinitionImpl() |
|
ExtensionDefinitionImpl(java.lang.String namespace,
boolean mustUnderstand,
boolean isSupported) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionDefinition |
copy() |
java.lang.String |
getNamespace() |
boolean |
isMustUnderstand() |
boolean |
isSupported() |
protected java.lang.String namespace
protected boolean mustUnderstand
protected boolean supported
protected ExtensionDefinitionImpl()
public ExtensionDefinitionImpl(java.lang.String namespace,
boolean mustUnderstand,
boolean isSupported)
public boolean isMustUnderstand()
isMustUnderstand in interface ExtensionDefinitionpublic java.lang.String getNamespace()
getNamespace in interface ExtensionDefinitionpublic boolean isSupported()
isSupported in interface ExtensionDefinitionpublic ExtensionDefinition copy()
copy in interface CopyAble<ExtensionDefinition>Copyright © 2011 OW2 Consortium. All Rights Reserved.