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


public interface XsdIntegerType

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

The following features are supported:

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

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

Method Detail

getValue

java.math.BigInteger 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(BigInteger), Webapp25Package.getXsdIntegerType_Value()
Generated:
Model:
dataType="org.eclipse.emf.ecore.xml.type.Integer" extendedMetaData="name=':0' kind='simple'"

setValue

void setValue(java.math.BigInteger 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.getXsdIntegerType_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: