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

All Known Subinterfaces:
TrueFalseType

public interface XsdBooleanType

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

The following features are supported:

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

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 boolean isSetValue()
          Returns whether the value of the 'Value' attribute is set.
 boolean isValue()
          Returns the value of the 'Value' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setValue(boolean value)
          Sets the value of the 'Value' attribute.
 void unsetValue()
          Unsets the value of the 'Value' attribute.
 

Method Detail

isValue

boolean isValue()
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:
isSetValue(), unsetValue(), setValue(boolean), EjbJar21Package.getXsdBooleanType_Value()
Generated:
Model:
unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="name=':0' kind='simple'"

setValue

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

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), isValue()
Generated:

unsetValue

void unsetValue()
Unsets the value of the 'Value' attribute.

See Also:
isSetValue(), isValue(), setValue(boolean)
Generated:

isSetValue

boolean isSetValue()
Returns whether the value of the 'Value' attribute is set.

Returns:
whether the value of the 'Value' attribute is set.
See Also:
unsetValue(), isValue(), setValue(boolean)
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.getXsdBooleanType_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: