com.sapportals.portal.prt.service.soap.types
Class GMonth

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.types.GMonth

public class GMonth
extends java.lang.Object

Description : Class that converts a string under the format --MM-- to a GMonth data type Project : soap FileName : GMonth.java Copyright : SAP Copyright (c) Company : SAP GBU IP

Version:
1 juil. 03

Field Summary
static int TIME_ZONE_INDEX
           
 
Constructor Summary
GMonth(java.lang.String exp)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getMonth()
           
 java.lang.String getRepresentation()
           
 int getTimeZone_index()
           
 java.lang.String getTimeZone()
           
static void main(java.lang.String[] args)
           
 void setMonth(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

GMonth

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

getRepresentation

public java.lang.String getRepresentation()

getContent

public java.lang.String getContent()
Returns:
 

getMonth

public java.lang.String getMonth()
Returns:
 

getTimeZone

public java.lang.String getTimeZone()
Returns:
 

getTimeZone_index

public int getTimeZone_index()
Returns:
 

setMonth

public void setMonth(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)