public class STSStatus extends Object
Java class for STS-Status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STS-Status">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C601" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C601-StatusCategory" minOccurs="0"/>
<element name="C555" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C555-Status" minOccurs="0"/>
<sequence>
<element name="C556" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C556-StatusReason" maxOccurs="4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
STSStatus() |
| Modifier and Type | Method and Description |
|---|---|
C555Status |
getC555()
Gets the value of the c555 property.
|
List<C556StatusReason> |
getC556()
Gets the value of the c556 property.
|
C601StatusCategory |
getC601()
Gets the value of the c601 property.
|
void |
setC555(C555Status value)
Sets the value of the c555 property.
|
void |
setC601(C601StatusCategory value)
Sets the value of the c601 property.
|
STSStatus |
withC555(C555Status value) |
STSStatus |
withC556(C556StatusReason... values) |
STSStatus |
withC556(Collection<C556StatusReason> values) |
STSStatus |
withC601(C601StatusCategory value) |
public C601StatusCategory getC601()
C601StatusCategorypublic void setC601(C601StatusCategory value)
value - allowed object is
C601StatusCategorypublic C555Status getC555()
C555Statuspublic void setC555(C555Status value)
value - allowed object is
C555Statuspublic List<C556StatusReason> getC556()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the c556 property.
For example, to add a new item, do as follows:
getC556().add(newItem);
Objects of the following type(s) are allowed in the list
C556StatusReason
public STSStatus withC601(C601StatusCategory value)
public STSStatus withC555(C555Status value)
public STSStatus withC556(C556StatusReason... values)
public STSStatus withC556(Collection<C556StatusReason> values)
Copyright © 2020. All rights reserved.