|
||||||||||
| 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.EbicsResponse
public class EbicsResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="header">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="static" type="{http://www.ebics.org/H003}ResponseStaticHeaderType"/>
<element name="mutable" type="{http://www.ebics.org/H003}ResponseMutableHeaderType"/>
</sequence>
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.ebics.org/H003}AuthSignature"/>
<element name="body">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataTransfer" type="{http://www.ebics.org/H003}DataTransferResponseType" minOccurs="0"/>
<element name="ReturnCode">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>ReturnCodeType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="TimestampBankParameter" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>TimestampType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{http://www.ebics.org/H003}VersionAttrGroup"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EbicsResponse.Body
Java class for anonymous complex type. |
static class |
EbicsResponse.Header
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected SignatureType |
authSignature
|
protected EbicsResponse.Body |
body
|
protected EbicsResponse.Header |
header
|
protected Integer |
revision
|
protected String |
version
|
| Constructor Summary | |
|---|---|
EbicsResponse()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.EbicsResponse instance. |
|
EbicsResponse(EbicsResponse o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.EbicsResponse instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EbicsResponse |
clone()
Creates and returns a copy of this object. |
SignatureType |
getAuthSignature()
Authentication signature. |
EbicsResponse.Body |
getBody()
Gets the value of the body property. |
EbicsResponse.Header |
getHeader()
Gets the value of the header property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
Integer |
getRevision()
Gets the value of the revision property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAuthSignature(SignatureType value)
Sets the value of the authSignature property. |
void |
setBody(EbicsResponse.Body value)
Sets the value of the body property. |
void |
setHeader(EbicsResponse.Header value)
Sets the value of the header property. |
void |
setRevision(Integer value)
Sets the value of the revision property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EbicsResponse.Header header
protected SignatureType authSignature
protected EbicsResponse.Body body
protected String version
protected Integer revision
| Constructor Detail |
|---|
public EbicsResponse()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.EbicsResponse instance.
public EbicsResponse(EbicsResponse o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.EbicsResponse instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EbicsResponse.Header getHeader()
EbicsResponse.Headerpublic void setHeader(EbicsResponse.Header value)
value - allowed object is
EbicsResponse.Headerpublic SignatureType getAuthSignature()
SignatureTypepublic void setAuthSignature(SignatureType value)
value - allowed object is
SignatureTypepublic EbicsResponse.Body getBody()
EbicsResponse.Bodypublic void setBody(EbicsResponse.Body value)
value - allowed object is
EbicsResponse.Bodypublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Integer getRevision()
Integerpublic void setRevision(Integer value)
value - allowed object is
Integerpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public EbicsResponse clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||