public interface ShowType extends ResponseVerbType
The following features are supported:
Oagis9Package.getShowType()| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getRecordSetCount()
Returns the value of the 'Record Set Count' 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.
|
java.math.BigInteger |
getRecordSetTotal()
Returns the value of the 'Record Set Total' attribute.
|
boolean |
isRecordSetCompleteIndicator()
Returns the value of the 'Record Set Complete Indicator' attribute.
|
boolean |
isSetRecordSetCompleteIndicator()
Returns whether the value of the '
Record Set Complete Indicator' attribute is set. |
void |
setRecordSetCompleteIndicator(boolean value)
Sets the value of the '
Record Set Complete Indicator' attribute. |
void |
setRecordSetCount(java.math.BigInteger value)
Sets the value of the '
Record Set Count' attribute. |
void |
setRecordSetReferenceId(java.lang.String value)
Sets the value of the '
Record Set Reference Id' attribute. |
void |
setRecordSetStartNumber(java.math.BigInteger value)
Sets the value of the '
Record Set Start Number' attribute. |
void |
setRecordSetTotal(java.math.BigInteger value)
Sets the value of the '
Record Set Total' attribute. |
void |
unsetRecordSetCompleteIndicator()
Unsets the value of the '
Record Set Complete Indicator' attribute. |
getOriginalApplicationArea, getResponseCriteria, setOriginalApplicationAreaboolean isRecordSetCompleteIndicator()
If the meaning of the 'Record Set Complete Indicator' attribute isn't clear, there really should be more of a description here...
isSetRecordSetCompleteIndicator(),
unsetRecordSetCompleteIndicator(),
setRecordSetCompleteIndicator(boolean),
Oagis9Package.getShowType_RecordSetCompleteIndicator()void setRecordSetCompleteIndicator(boolean value)
Record Set Complete Indicator' attribute.
value - the new value of the 'Record Set Complete Indicator' attribute.isSetRecordSetCompleteIndicator(),
unsetRecordSetCompleteIndicator(),
isRecordSetCompleteIndicator()void unsetRecordSetCompleteIndicator()
Record Set Complete Indicator' attribute.
boolean isSetRecordSetCompleteIndicator()
Record Set Complete Indicator' attribute is set.
unsetRecordSetCompleteIndicator(),
isRecordSetCompleteIndicator(),
setRecordSetCompleteIndicator(boolean)java.math.BigInteger getRecordSetCount()
If the meaning of the 'Record Set Count' attribute isn't clear, there really should be more of a description here...
setRecordSetCount(BigInteger),
Oagis9Package.getShowType_RecordSetCount()void setRecordSetCount(java.math.BigInteger value)
Record Set Count' attribute.
value - the new value of the 'Record Set Count' attribute.getRecordSetCount()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.getShowType_RecordSetReferenceId()void setRecordSetReferenceId(java.lang.String value)
Record Set Reference Id' attribute.
value - the new value of the 'Record Set Reference Id' attribute.getRecordSetReferenceId()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.getShowType_RecordSetStartNumber()void setRecordSetStartNumber(java.math.BigInteger value)
Record Set Start Number' attribute.
value - the new value of the 'Record Set Start Number' attribute.getRecordSetStartNumber()java.math.BigInteger getRecordSetTotal()
If the meaning of the 'Record Set Total' attribute isn't clear, there really should be more of a description here...
setRecordSetTotal(BigInteger),
Oagis9Package.getShowType_RecordSetTotal()void setRecordSetTotal(java.math.BigInteger value)
Record Set Total' attribute.
value - the new value of the 'Record Set Total' attribute.getRecordSetTotal()