public interface GetType extends RequestVerbType
The following features are supported:
Oagis9Package.getGetType()
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getMaxItems()
Returns the value of the 'Max Items' attribute.
|
java.lang.String |
getRecordSetReferenceId()
Returns the value of the 'Record Set Reference Id' attribute.
|
java.math.BigInteger |
getRecordSetStartNumber()
Returns the value of the 'Record Set Start Number' attribute.
|
boolean |
isRecordSetSaveIndicator()
Returns the value of the 'Record Set Save Indicator' attribute.
|
boolean |
isSetRecordSetSaveIndicator()
Returns whether the value of the '
Record Set Save Indicator ' attribute is set. |
boolean |
isSetUniqueIndicator()
Returns whether the value of the '
Unique Indicator ' attribute is set. |
boolean |
isUniqueIndicator()
Returns the value of the 'Unique Indicator' attribute.
|
void |
setMaxItems(java.math.BigInteger value)
Sets the value of the '
Max Items ' attribute. |
void |
setRecordSetReferenceId(java.lang.String value)
Sets the value of the '
Record Set Reference Id ' attribute. |
void |
setRecordSetSaveIndicator(boolean value)
Sets the value of the '
Record Set Save Indicator ' attribute. |
void |
setRecordSetStartNumber(java.math.BigInteger value)
Sets the value of the '
Record Set Start Number ' attribute. |
void |
setUniqueIndicator(boolean value)
Sets the value of the '
Unique Indicator ' attribute. |
void |
unsetRecordSetSaveIndicator()
Unsets the value of the '
Record Set Save Indicator ' attribute. |
void |
unsetUniqueIndicator()
Unsets the value of the '
Unique Indicator ' attribute. |
getExpression
java.math.BigInteger getMaxItems()
If the meaning of the 'Max Items' attribute isn't clear, there really should be more of a description here...
setMaxItems(BigInteger)
,
Oagis9Package.getGetType_MaxItems()
void setMaxItems(java.math.BigInteger value)
Max Items
' attribute.
value
- the new value of the 'Max Items' attribute.getMaxItems()
java.lang.String getRecordSetReferenceId()
If the meaning of the 'Record Set Reference Id' attribute isn't clear, there really should be more of a description here...
setRecordSetReferenceId(String)
,
Oagis9Package.getGetType_RecordSetReferenceId()
void setRecordSetReferenceId(java.lang.String value)
Record Set Reference Id
' attribute.
value
- the new value of the 'Record Set Reference Id' attribute.getRecordSetReferenceId()
boolean isRecordSetSaveIndicator()
If the meaning of the 'Record Set Save Indicator' attribute isn't clear, there really should be more of a description here...
isSetRecordSetSaveIndicator()
,
unsetRecordSetSaveIndicator()
,
setRecordSetSaveIndicator(boolean)
,
Oagis9Package.getGetType_RecordSetSaveIndicator()
void setRecordSetSaveIndicator(boolean value)
Record Set Save Indicator
' attribute.
value
- the new value of the 'Record Set Save Indicator' attribute.isSetRecordSetSaveIndicator()
,
unsetRecordSetSaveIndicator()
,
isRecordSetSaveIndicator()
void unsetRecordSetSaveIndicator()
Record Set Save Indicator
' attribute.
boolean isSetRecordSetSaveIndicator()
Record Set Save Indicator
' attribute is set.
unsetRecordSetSaveIndicator()
,
isRecordSetSaveIndicator()
,
setRecordSetSaveIndicator(boolean)
java.math.BigInteger getRecordSetStartNumber()
If the meaning of the 'Record Set Start Number' attribute isn't clear, there really should be more of a description here...
setRecordSetStartNumber(BigInteger)
,
Oagis9Package.getGetType_RecordSetStartNumber()
void setRecordSetStartNumber(java.math.BigInteger value)
Record Set Start Number
' attribute.
value
- the new value of the 'Record Set Start Number' attribute.getRecordSetStartNumber()
boolean isUniqueIndicator()
If the meaning of the 'Unique Indicator' attribute isn't clear, there really should be more of a description here...
isSetUniqueIndicator()
,
unsetUniqueIndicator()
,
setUniqueIndicator(boolean)
,
Oagis9Package.getGetType_UniqueIndicator()
void setUniqueIndicator(boolean value)
Unique Indicator
' attribute.
value
- the new value of the 'Unique Indicator' attribute.isSetUniqueIndicator()
,
unsetUniqueIndicator()
,
isUniqueIndicator()
void unsetUniqueIndicator()
Unique Indicator
' attribute.
boolean isSetUniqueIndicator()
Unique Indicator
' attribute is set.
unsetUniqueIndicator()
,
isUniqueIndicator()
,
setUniqueIndicator(boolean)