public interface SimpleAnyType extends AnyType
The following features are supported:
XMLTypePackage.getSimpleAnyType()| Modifier and Type | Method and Description |
|---|---|
EDataType |
getInstanceType()
Returns the value of the 'Instance Type' reference.
|
java.lang.String |
getRawValue()
Returns the value of the 'Raw Value' attribute.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setInstanceType(EDataType value)
Sets the value of the '
Instance Type' reference. |
void |
setRawValue(java.lang.String value)
Sets the value of the '
Raw Value' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value' attribute. |
getAny, getAnyAttribute, getMixedeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetjava.lang.String getRawValue()
setRawValue(String),
XMLTypePackage.getSimpleAnyType_RawValue()void setRawValue(java.lang.String value)
Raw Value' attribute.
value - the new value of the 'Raw Value' attribute.getRawValue()java.lang.Object getValue()
setValue(Object),
XMLTypePackage.getSimpleAnyType_Value()void setValue(java.lang.Object value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()EDataType getInstanceType()
setInstanceType(EDataType),
XMLTypePackage.getSimpleAnyType_InstanceType()void setInstanceType(EDataType value)
Instance Type' reference.
value - the new value of the 'Instance Type' reference.getInstanceType()Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature