public interface LocalDateAndTimeStamp extends Triplet
The following features are supported:
AfplibPackage.getLocalDateAndTimeStamp()| Modifier and Type | Method and Description |
|---|---|
Integer |
getDay()
Returns the value of the 'Day' attribute
|
Integer |
getHour()
Returns the value of the 'Hour' attribute
|
Integer |
getHundSec()
Returns the value of the 'Hund Sec' attribute
|
Integer |
getMinute()
Returns the value of the 'Minute' attribute
|
Integer |
getSecond()
Returns the value of the 'Second' attribute
|
Integer |
getStampType()
Returns the value of the 'Stamp Type' attribute
|
Integer |
getTenYear()
Returns the value of the 'Ten Year' attribute
|
Integer |
getTHunYear()
Returns the value of the 'THun Year' attribute
|
void |
setDay(Integer value)
Sets the value of the '
Day' attribute |
void |
setHour(Integer value)
Sets the value of the '
Hour' attribute |
void |
setHundSec(Integer value)
Sets the value of the '
Hund Sec' attribute |
void |
setMinute(Integer value)
Sets the value of the '
Minute' attribute |
void |
setSecond(Integer value)
Sets the value of the '
Second' attribute |
void |
setStampType(Integer value)
Sets the value of the '
Stamp Type' attribute |
void |
setTenYear(Integer value)
Sets the value of the '
Ten Year' attribute |
void |
setTHunYear(Integer value)
Sets the value of the '
THun Year' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getStampType()
mandatory
fixed length
setStampType(Integer),
AfplibPackage.getLocalDateAndTimeStamp_StampType()void setStampType(Integer value)
Stamp Type' attribute.
value - the new value of the 'Stamp Type' attribute.getStampType()Integer getTHunYear()
mandatory
fixed length
setTHunYear(Integer),
AfplibPackage.getLocalDateAndTimeStamp_THunYear()void setTHunYear(Integer value)
THun Year' attribute.
value - the new value of the 'THun Year' attribute.getTHunYear()Integer getTenYear()
mandatory
fixed length
setTenYear(Integer),
AfplibPackage.getLocalDateAndTimeStamp_TenYear()void setTenYear(Integer value)
Ten Year' attribute.
value - the new value of the 'Ten Year' attribute.getTenYear()Integer getDay()
mandatory
fixed length
setDay(Integer),
AfplibPackage.getLocalDateAndTimeStamp_Day()void setDay(Integer value)
Day' attribute.
value - the new value of the 'Day' attribute.getDay()Integer getHour()
mandatory
fixed length
setHour(Integer),
AfplibPackage.getLocalDateAndTimeStamp_Hour()void setHour(Integer value)
Hour' attribute.
value - the new value of the 'Hour' attribute.getHour()Integer getMinute()
mandatory
fixed length
setMinute(Integer),
AfplibPackage.getLocalDateAndTimeStamp_Minute()void setMinute(Integer value)
Minute' attribute.
value - the new value of the 'Minute' attribute.getMinute()Integer getSecond()
mandatory
fixed length
setSecond(Integer),
AfplibPackage.getLocalDateAndTimeStamp_Second()void setSecond(Integer value)
Second' attribute.
value - the new value of the 'Second' attribute.getSecond()Integer getHundSec()
mandatory
fixed length
setHundSec(Integer),
AfplibPackage.getLocalDateAndTimeStamp_HundSec()void setHundSec(Integer value)
Hund Sec' attribute.
value - the new value of the 'Hund Sec' attribute.getHundSec()Copyright © 2017. All rights reserved.