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

Field Summary
static int TIME_ZONE_INDEX
           
 
Constructor Summary
GDay(java.lang.String exp)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getDay()
           
 java.lang.String geTimeZone()
           
 java.lang.String getRepresentation()
           
 int getTimeZone_index()
           
static void main(java.lang.String[] args)
           
 void setDay(java.lang.String string)
           
 void setTimeZone_index(int i)
           
 void setTimeZone(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME_ZONE_INDEX

public static int TIME_ZONE_INDEX
Constructor Detail

GDay

public GDay(java.lang.String exp)
Method Detail

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)