com.konakart.rmi.app
Class S_PunchOutOptions

java.lang.Object
  extended by com.konakart.rmi.app.S_PunchOutOptions
All Implemented Interfaces:
java.io.Serializable

public class S_PunchOutOptions
extends java.lang.Object
implements java.io.Serializable

This object contains attributes used to configure Punch Out API calls.

See Also:
Serialized Form

Constructor Summary
S_PunchOutOptions()
           
 
Method Summary
 java.lang.String getStandard()
          The standard for the returned XML.
 java.lang.String getVersion()
          The version number of the chosen standard.
 void setStandard(java.lang.String _standard)
          The standard for the returned XML.
 void setVersion(java.lang.String _version)
          The version number of the chosen standard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_PunchOutOptions

public S_PunchOutOptions()
Method Detail

getStandard

public java.lang.String getStandard()
The standard for the returned XML. If left empty or null, then the OCI Standard is used. Valid values are:

Returns:
the standard

setStandard

public void setStandard(java.lang.String _standard)
The standard for the returned XML. If left empty or null, then the OCI Standard is used. Valid values are:

Parameters:
_standard - the standard to set

getVersion

public java.lang.String getVersion()
The version number of the chosen standard.

Returns:
the version

setVersion

public void setVersion(java.lang.String _version)
The version number of the chosen standard.

Parameters:
_version - the version to set


Copyright © 2011 DS Data Systems UK Ltd.