com.sapportals.portal.prt.service.soap.types
Class GMonthDay
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.GMonthDay
- public class GMonthDay
- extends java.lang.Object
Description : Class that converts a string under the format --MM-DD(Z|(+|-hh:mm) to a GMonthDay data type
(respecting ISO8601 norme)
Project : soap
FileName : GMonthDay.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 1 juil. 03
|
Constructor Summary |
GMonthDay(java.lang.String exp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMonthDay
public GMonthDay(java.lang.String exp)
getRepresentation
public java.lang.String getRepresentation()
getMm_day
public java.lang.String getMm_day()
- Returns:
-
getMm_month
public java.lang.String getMm_month()
- Returns:
-
getMm_timeZone
public java.lang.String getMm_timeZone()
- Returns:
-
setMm_day
public void setMm_day(java.lang.String string)
- Parameters:
string -
setMm_month
public void setMm_month(java.lang.String string)
- Parameters:
string -
setMm_timeZone
public void setMm_timeZone(java.lang.String string)
- Parameters:
string -
isDigit
public static void isDigit(java.lang.String str,
java.lang.String type)
main
public static void main(java.lang.String[] args)