public class AUTAuthenticationResult extends Object
Java class for AUT-AuthenticationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AUT-AuthenticationResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9280" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9280-ValidationResultText"/>
<element name="E9282" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9282-ValidationKeyIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AUTAuthenticationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE9280()
Gets the value of the e9280 property.
|
String |
getE9282()
Gets the value of the e9282 property.
|
void |
setE9280(String value)
Sets the value of the e9280 property.
|
void |
setE9282(String value)
Sets the value of the e9282 property.
|
AUTAuthenticationResult |
withE9280(String value) |
AUTAuthenticationResult |
withE9282(String value) |
public String getE9280()
Stringpublic void setE9280(String value)
value - allowed object is
Stringpublic String getE9282()
Stringpublic void setE9282(String value)
value - allowed object is
Stringpublic AUTAuthenticationResult withE9280(String value)
public AUTAuthenticationResult withE9282(String value)
Copyright © 2020. All rights reserved.