public class PunchOutOptions extends java.lang.Object implements PunchOutOptionsIf
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OCI_HTML
OCI standard using HTML
|
static java.lang.String |
OCI_XML
OCI standard using XML
|
Constructor and Description |
---|
PunchOutOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
toString()
Returns a string containing the attributes of the PunchoutOptions object
|
public static final java.lang.String OCI_HTML
public static final java.lang.String OCI_XML
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStandard()
getStandard
in interface PunchOutOptionsIf
public void setStandard(java.lang.String standard)
setStandard
in interface PunchOutOptionsIf
standard
- the standard to setpublic java.lang.String getVersion()
getVersion
in interface PunchOutOptionsIf
public void setVersion(java.lang.String version)
setVersion
in interface PunchOutOptionsIf
version
- the version to setCopyright © 2018 DS Data Systems UK Ltd.