uniserv.ws.post
Class Parameter

java.lang.Object
  extended by uniserv.ws.post.Parameter
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Parameter()
           
 
Method Summary
 java.lang.String getParCase()
          Return the value of the parameter parCase.
 java.lang.String getParHnoConfirmed()
           
 java.lang.String getParLanguage()
          Return the value of the parameter parLanguage.
 java.lang.String getParSelListMax()
          Return the value of the parameter parSelListMax.
 java.lang.String getParServerCodePage()
          Return the value of the parameter parServerCodePage.
 java.lang.String getParSpecialChars()
          Return the value of the parameter parSpecialChars.
 void setParCase(java.lang.String c)
          Set the case of the output
 void setParHnoConfirmed(java.lang.String c)
          Enable/disable house number validation.
 void setParLanguage(java.lang.String c)
          Select language.
 void setParSelListMax(java.lang.String c)
          Maximum number of elements per selection list.
 void setParServerCodePage(java.lang.String c)
          Select codepage for output
 void setParSpecialChars(java.lang.String c)
          Configure how special characters appear in the output
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

setParCase

public void setParCase(java.lang.String c)
Set the case of the output

Parameters:
c -
  • 0 = UNI_MIXED_CASE = Output in upper and lower case
  • 1 = UNI_LOWER_CASE = Output in lower case
  • 2 = UNI_UPPER_CASE = Output in upper case
  • 3 = UNI_STANDARD = Output matches case of input

  • Default value: UNI_MIXED_CASE

getParCase

public java.lang.String getParCase()
Return the value of the parameter parCase. Empty value indicates that the server works with the default setting

Returns:

setParSpecialChars

public void setParSpecialChars(java.lang.String c)
Configure how special characters appear in the output

Parameters:
c -
  • 0 = UNI_RETAIN_SP_CHARS = Output special chars
  • 1 = UNI_EXPAND_SP_CHARS = Special characters expanded in the output
  • 2 = UNI_SOME_IN_SP_CHARS = Only special characters in the input remain in the output
  • 3 = UNI_USE_IN_SP_CHARS = Expand special characters if no country non-specific chars are in the input

  • Default value: UNI_RETAIN_SP_CHARS

getParSpecialChars

public java.lang.String getParSpecialChars()
Return the value of the parameter parSpecialChars. Empty value indicates that the server works with the default setting

Returns:

setParLanguage

public void setParLanguage(java.lang.String c)
Select language. The setting of this parameter affects a number of output arguments and the language of the server messages

Parameters:
c -
  • 1 = UNI_GERMAN
  • 2 = UNI_ENGLISH
  • 3 = UNI_FRENCH
    br>
  • Default value: UNI_ENGLISH

getParLanguage

public java.lang.String getParLanguage()
Return the value of the parameter parLanguage. Empty value indicates that the server works with the default setting

Returns:

setParSelListMax

public void setParSelListMax(java.lang.String c)
Maximum number of elements per selection list.

Parameters:
c -
  • Possible values 0-65335

  • Default value: 1000

getParSelListMax

public java.lang.String getParSelListMax()
Return the value of the parameter parSelListMax. Empty value indicates that the server works with the default setting

Returns:

setParServerCodePage

public void setParServerCodePage(java.lang.String c)
Select codepage for output

Parameters:
c - Default value: UNI_CODEPAGE_ISO8859_1

getParServerCodePage

public java.lang.String getParServerCodePage()
Return the value of the parameter parServerCodePage. Empty value indicates that the server works with the default setting

Returns:

setParHnoConfirmed

public void setParHnoConfirmed(java.lang.String c)
Enable/disable house number validation. The system checks wheter or not the house number entered exists.

Parameters:
c -
  • 1 = UNI_TRUE = House number validation enabled
  • 2 = UNI_FALSE = House number validation disabled

  • Default value: UNI_TRUE

getParHnoConfirmed

public java.lang.String getParHnoConfirmed()