|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.ResponseMutableHeaderType
public class ResponseMutableHeaderType
Data type for the mutable EBICS header.
Java class for ResponseMutableHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseMutableHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionPhase" type="{http://www.ebics.org/H003}TransactionPhaseType"/>
<element name="SegmentNumber" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>SegmentNumberType">
<attribute name="lastSegment" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="ReturnCode" type="{http://www.ebics.org/H003}ReturnCodeType"/>
<element name="ReportText" type="{http://www.ebics.org/H003}ReportTextType"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ResponseMutableHeaderType.SegmentNumber
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
reportText
|
protected String |
returnCode
|
protected ResponseMutableHeaderType.SegmentNumber |
segmentNumber
|
protected TransactionPhaseType |
transactionPhase
|
| Constructor Summary | |
|---|---|
ResponseMutableHeaderType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.ResponseMutableHeaderType instance. |
|
ResponseMutableHeaderType(ResponseMutableHeaderType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.ResponseMutableHeaderType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ResponseMutableHeaderType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyAny(List<Object> source,
List<Object> target)
Copies all values of property Any. |
List<Object> |
getAny()
Gets the value of the any property. |
String |
getReportText()
Gets the value of the reportText property. |
String |
getReturnCode()
Gets the value of the returnCode property. |
ResponseMutableHeaderType.SegmentNumber |
getSegmentNumber()
Gets the value of the segmentNumber property. |
TransactionPhaseType |
getTransactionPhase()
Gets the value of the transactionPhase property. |
void |
setReportText(String value)
Sets the value of the reportText property. |
void |
setReturnCode(String value)
Sets the value of the returnCode property. |
void |
setSegmentNumber(ResponseMutableHeaderType.SegmentNumber value)
Sets the value of the segmentNumber property. |
void |
setTransactionPhase(TransactionPhaseType value)
Sets the value of the transactionPhase property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TransactionPhaseType transactionPhase
protected ResponseMutableHeaderType.SegmentNumber segmentNumber
protected String returnCode
protected String reportText
protected List<Object> any
| Constructor Detail |
|---|
public ResponseMutableHeaderType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.ResponseMutableHeaderType instance.
public ResponseMutableHeaderType(ResponseMutableHeaderType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.ResponseMutableHeaderType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public TransactionPhaseType getTransactionPhase()
TransactionPhaseTypepublic void setTransactionPhase(TransactionPhaseType value)
value - allowed object is
TransactionPhaseTypepublic ResponseMutableHeaderType.SegmentNumber getSegmentNumber()
ResponseMutableHeaderType.SegmentNumberpublic void setSegmentNumber(ResponseMutableHeaderType.SegmentNumber value)
value - allowed object is
ResponseMutableHeaderType.SegmentNumberpublic String getReturnCode()
Stringpublic void setReturnCode(String value)
value - allowed object is
Stringpublic String getReportText()
Stringpublic void setReportText(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
protected static void copyAny(List<Object> source,
List<Object> target)
Any.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ResponseMutableHeaderType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||