com.sapportals.portal.prt.service.soap.types
Class GDay
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.GDay
- public class GDay
- extends java.lang.Object
Description : Class that converts a string under the format ---DD(Z|(+|-hh:mm)) to a GDay data type
Project : soap
FileName : GDay.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 1 juil. 03
|
Constructor Summary |
GDay(java.lang.String exp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIME_ZONE_INDEX
public static int TIME_ZONE_INDEX
GDay
public GDay(java.lang.String exp)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getDay
public java.lang.String getDay()
- Returns:
-
geTimeZone
public java.lang.String geTimeZone()
- Returns:
-
getTimeZone_index
public int getTimeZone_index()
- Returns:
-
setDay
public void setDay(java.lang.String string)
- Parameters:
string -
setTimeZone
public void setTimeZone(java.lang.String string)
- Parameters:
string -
setTimeZone_index
public void setTimeZone_index(int i)
- Parameters:
i -
main
public static void main(java.lang.String[] args)