|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.xmlbind.params.NonNegativeDurationArray.Row
public static class NonNegativeDurationArray.Row
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.iro.umontreal.ca/lecuyer/ssj>nonNegativeDurationList"> <attribute name="repeat" type="{http://www.iro.umontreal.ca/lecuyer/ssj}nonNegativeInt" default="1" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected Integer |
repeat
|
protected List<Duration> |
value
|
Constructor Summary | |
---|---|
NonNegativeDurationArray.Row()
|
Method Summary | |
---|---|
int |
getRepeat()
Gets the value of the repeat property. |
List<Duration> |
getValue()
Gets the value of the value property. |
boolean |
isSetRepeat()
|
boolean |
isSetValue()
|
void |
setRepeat(int value)
Sets the value of the repeat property. |
void |
unsetRepeat()
|
void |
unsetValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Duration> value
protected Integer repeat
Constructor Detail |
---|
public NonNegativeDurationArray.Row()
Method Detail |
---|
public List<Duration> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Duration
public boolean isSetValue()
public void unsetValue()
public int getRepeat()
Integer
public void setRepeat(int value)
value
- allowed object is
Integer
public boolean isSetRepeat()
public void unsetRepeat()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |