org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface XsdAnyURIType


public interface XsdAnyURIType

A representation of the model object 'Xsd Any URI Type'. This type adds an "id" attribute to xsd:anyURI.

The following features are supported:

See Also:
EjbJar21Package.getXsdAnyURIType()
Generated:
Model:
extendedMetaData="name='xsdAnyURIType' kind='simple'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getValue

java.lang.String 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(String), EjbJar21Package.getXsdAnyURIType_Value()
Generated:
Model:
dataType="org.eclipse.emf.ecore.xml.type.AnyURI" extendedMetaData="name=':0' kind='simple'"

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar21Package.getXsdAnyURIType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: