public class RepeaterBaseType extends Object
Java class for RepeaterBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepeaterBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="itemsIndexStart" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="next" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="comment" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected short |
count |
protected Short |
itemsIndexStart |
protected Short |
next |
protected Short |
offset |
| Constructor and Description |
|---|
RepeaterBaseType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getComment()
Gets the value of the comment property.
|
short |
getCount()
Gets the value of the count property.
|
Short |
getItemsIndexStart()
Gets the value of the itemsIndexStart property.
|
Short |
getNext()
Gets the value of the next property.
|
Short |
getOffset()
Gets the value of the offset property.
|
int |
hashCode() |
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setCount(short value)
Sets the value of the count property.
|
void |
setItemsIndexStart(Short value)
Sets the value of the itemsIndexStart property.
|
void |
setNext(Short value)
Sets the value of the next property.
|
void |
setOffset(Short value)
Sets the value of the offset property.
|
String |
toString() |
RepeaterBaseType |
withComment(String value) |
RepeaterBaseType |
withCount(short value) |
RepeaterBaseType |
withItemsIndexStart(Short value) |
RepeaterBaseType |
withNext(Short value) |
RepeaterBaseType |
withOffset(Short value) |
protected short count
protected Short itemsIndexStart
protected Short offset
protected Short next
protected String comment
public short getCount()
public void setCount(short value)
public Short getItemsIndexStart()
Shortpublic void setItemsIndexStart(Short value)
value - allowed object is
Shortpublic Short getOffset()
Shortpublic void setOffset(Short value)
value - allowed object is
Shortpublic Short getNext()
Shortpublic void setNext(Short value)
value - allowed object is
Shortpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic RepeaterBaseType withCount(short value)
public RepeaterBaseType withItemsIndexStart(Short value)
public RepeaterBaseType withOffset(Short value)
public RepeaterBaseType withNext(Short value)
public RepeaterBaseType withComment(String value)
Copyright © 2018. All rights reserved.