|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzDataYearMonthDuration
Helper interface to store the parameters needed to create a XACML #yearMonthDuration DataType
Method Summary | |
---|---|
long |
getMonthsInDuration()
Get long indicating number of months in duration |
boolean |
getNegativeDuration()
Get boolean indicating whether duration is positive or negative |
long |
getYearsInDuration()
Get long indicating number of years in duration |
void |
setMonthsInDuration(long intLong)
Set long indicating number of years in duration |
void |
setNegativeDuration(boolean b)
Set boolean indicating whether duration is positive or negative |
void |
setYearsInDuration(long intLong)
Set long indicating number of days in duration |
Method Detail |
---|
void setNegativeDuration(boolean b)
b
- true means negative, false means positiveboolean getNegativeDuration()
void setYearsInDuration(long intLong)
intLong
- integer number of day in durationlong getYearsInDuration()
void setMonthsInDuration(long intLong)
intLong
- integer number of years in durationlong getMonthsInDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |