org.eclipse.modisco.jee.webapp.webapp25
Interface XsdQNameType


public interface XsdQNameType

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

The following features are supported:

See Also:
Webapp25Package.getXsdQNameType()
Generated:
Model:
extendedMetaData="name='xsdQNameType' kind='simple'"

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

Method Detail

getValue

javax.xml.namespace.QName 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(QName), Webapp25Package.getXsdQNameType_Value()
Generated:
Model:
dataType="org.eclipse.emf.ecore.xml.type.QName" extendedMetaData="name=':0' kind='simple'"

setValue

void setValue(javax.xml.namespace.QName 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), Webapp25Package.getXsdQNameType_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: