|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaginationIndexSection
Java content class for pagination-index-section complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 155)
<complexType name="pagination-index-section"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="index-key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
int |
getCount()
Gets the value of the count property. |
java.lang.String |
getIndexKey()
Gets the value of the indexKey property. |
boolean |
isSelected()
Gets the value of the selected property. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setIndexKey(java.lang.String value)
Sets the value of the indexKey property. |
void |
setSelected(boolean value)
Sets the value of the selected property. |
Method Detail |
---|
java.lang.String getIndexKey()
String
void setIndexKey(java.lang.String value)
value
- allowed object is
String
boolean isSelected()
void setSelected(boolean value)
int getCount()
void setCount(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |