org.eclipse.emf.ecore.xml.type
Interface SimpleAnyType

All Superinterfaces:
AnyType, EObject, Notifier
All Known Implementing Classes:
SimpleAnyTypeImpl

public interface SimpleAnyType
extends AnyType

A representation of the model object 'Simple Any Type'.

The following features are supported:

See Also:
XMLTypePackage.getSimpleAnyType()

Method Summary
 EDataType getInstanceType()
          Returns the value of the 'Instance Type' reference
 String getRawValue()
          Returns the value of the 'Raw Value' attribute
 Object getValue()
          Returns the value of the 'Value' attribute
 void setInstanceType(EDataType value)
          Sets the value of the 'Instance Type' reference
 void setRawValue(String value)
          Sets the value of the 'Raw Value' attribute
 void setValue(Object value)
          Sets the value of the 'Value' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.xml.type.AnyType
getAny, getAnyAttribute, getMixed
 
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
 

Method Detail

getRawValue

public String getRawValue()
Returns the value of the 'Raw Value' attribute.

If the meaning of the 'Raw Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Raw Value' attribute.
See Also:
setRawValue(String), XMLTypePackage.getSimpleAnyType_RawValue()

setRawValue

public void setRawValue(String value)
Sets the value of the 'Raw Value' attribute.

Parameters:
value - the new value of the 'Raw Value' attribute.
See Also:
getRawValue()

getValue

public Object getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Object), XMLTypePackage.getSimpleAnyType_Value()

setValue

public void setValue(Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getInstanceType

public EDataType getInstanceType()
Returns the value of the 'Instance Type' reference.

If the meaning of the 'Instance Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instance Type' reference.
See Also:
setInstanceType(EDataType), XMLTypePackage.getSimpleAnyType_InstanceType()

setInstanceType

public void setInstanceType(EDataType value)
Sets the value of the 'Instance Type' reference.

Parameters:
value - the new value of the 'Instance Type' reference.
See Also:
getInstanceType()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.