magoffin.matt.ma2.domain
Interface PaginationIndexSection


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

getIndexKey

java.lang.String getIndexKey()
Gets the value of the indexKey property.

Returns:
possible object is String

setIndexKey

void setIndexKey(java.lang.String value)
Sets the value of the indexKey property.

Parameters:
value - allowed object is String

isSelected

boolean isSelected()
Gets the value of the selected property.


setSelected

void setSelected(boolean value)
Sets the value of the selected property.


getCount

int getCount()
Gets the value of the count property.


setCount

void setCount(int value)
Sets the value of the count property.