public class

AS2SettingsDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.AS2SettingsDataType

Class Overview

AS2 Settings Data

Java class for AS2_Settings_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AS2_Settings_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AS2_From_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AS2_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Public_Key_for_Encryption_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType"/>
         <element name="Private_Key_Pair_for_Signing_Reference" type="{urn:com.workday/bsvc}x509_Private_Key_PairObjectType"/>
         <element name="Public_Key_for_SSL_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
         <element name="Public_Key_for_SSL_Accept_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String as2FromID
protected String as2ID
protected X509PrivateKeyPairObjectType privateKeyPairForSigningReference
protected X509PublicKeyObjectType publicKeyForEncryptionReference
protected X509PublicKeyObjectType publicKeyForSSLAcceptReference
protected X509PublicKeyObjectType publicKeyForSSLReference
Public Constructors
AS2SettingsDataType()
Public Methods
String getAS2FromID()
Gets the value of the as2FromID property.
String getAS2ID()
Gets the value of the as2ID property.
X509PrivateKeyPairObjectType getPrivateKeyPairForSigningReference()
Gets the value of the privateKeyPairForSigningReference property.
X509PublicKeyObjectType getPublicKeyForEncryptionReference()
Gets the value of the publicKeyForEncryptionReference property.
X509PublicKeyObjectType getPublicKeyForSSLAcceptReference()
Gets the value of the publicKeyForSSLAcceptReference property.
X509PublicKeyObjectType getPublicKeyForSSLReference()
Gets the value of the publicKeyForSSLReference property.
void setAS2FromID(String value)
Sets the value of the as2FromID property.
void setAS2ID(String value)
Sets the value of the as2ID property.
void setPrivateKeyPairForSigningReference(X509PrivateKeyPairObjectType value)
Sets the value of the privateKeyPairForSigningReference property.
void setPublicKeyForEncryptionReference(X509PublicKeyObjectType value)
Sets the value of the publicKeyForEncryptionReference property.
void setPublicKeyForSSLAcceptReference(X509PublicKeyObjectType value)
Sets the value of the publicKeyForSSLAcceptReference property.
void setPublicKeyForSSLReference(X509PublicKeyObjectType value)
Sets the value of the publicKeyForSSLReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String as2FromID

protected String as2ID

protected X509PrivateKeyPairObjectType privateKeyPairForSigningReference

protected X509PublicKeyObjectType publicKeyForEncryptionReference

protected X509PublicKeyObjectType publicKeyForSSLAcceptReference

protected X509PublicKeyObjectType publicKeyForSSLReference

Public Constructors

public AS2SettingsDataType ()

Public Methods

public String getAS2FromID ()

Gets the value of the as2FromID property.

Returns
  • possible object is String

public String getAS2ID ()

Gets the value of the as2ID property.

Returns
  • possible object is String

public X509PrivateKeyPairObjectType getPrivateKeyPairForSigningReference ()

Gets the value of the privateKeyPairForSigningReference property.

Returns

public X509PublicKeyObjectType getPublicKeyForEncryptionReference ()

Gets the value of the publicKeyForEncryptionReference property.

Returns

public X509PublicKeyObjectType getPublicKeyForSSLAcceptReference ()

Gets the value of the publicKeyForSSLAcceptReference property.

Returns

public X509PublicKeyObjectType getPublicKeyForSSLReference ()

Gets the value of the publicKeyForSSLReference property.

Returns

public void setAS2FromID (String value)

Sets the value of the as2FromID property.

Parameters
value Allowed object is String

public void setAS2ID (String value)

Sets the value of the as2ID property.

Parameters
value Allowed object is String

public void setPrivateKeyPairForSigningReference (X509PrivateKeyPairObjectType value)

Sets the value of the privateKeyPairForSigningReference property.

Parameters
value Allowed object is X509PrivateKeyPairObjectType

public void setPublicKeyForEncryptionReference (X509PublicKeyObjectType value)

Sets the value of the publicKeyForEncryptionReference property.

Parameters
value Allowed object is X509PublicKeyObjectType

public void setPublicKeyForSSLAcceptReference (X509PublicKeyObjectType value)

Sets the value of the publicKeyForSSLAcceptReference property.

Parameters
value Allowed object is X509PublicKeyObjectType

public void setPublicKeyForSSLReference (X509PublicKeyObjectType value)

Sets the value of the publicKeyForSSLReference property.

Parameters
value Allowed object is X509PublicKeyObjectType