|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsUnsecuredRequest
public class EbicsUnsecuredRequest
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}UnsecuredRequestStaticHeaderType"/>
<element name="mutable" type="{http://www.ebics.org/H003}EmptyMutableHeaderType"/>
</sequence>
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="body">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataTransfer">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderData">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>OrderDataType">
<anyAttribute processContents='lax' namespace='http://www.ebics.org/H003'/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{http://www.ebics.org/H003}VersionAttrGroup"/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EbicsUnsecuredRequest.Body
Java class for anonymous complex type. |
static class |
EbicsUnsecuredRequest.Header
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected EbicsUnsecuredRequest.Body |
body
|
protected EbicsUnsecuredRequest.Header |
header
|
protected Integer |
revision
|
protected String |
version
|
| Constructor Summary | |
|---|---|
EbicsUnsecuredRequest()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsUnsecuredRequest instance. |
|
EbicsUnsecuredRequest(EbicsUnsecuredRequest o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsUnsecuredRequest instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EbicsUnsecuredRequest |
clone()
Creates and returns a copy of this object. |
EbicsUnsecuredRequest.Body |
getBody()
Gets the value of the body property. |
EbicsUnsecuredRequest.Header |
getHeader()
Gets the value of the header property. |
Integer |
getRevision()
Gets the value of the revision property. |
String |
getVersion()
Gets the value of the version property. |
void |
setBody(EbicsUnsecuredRequest.Body value)
Sets the value of the body property. |
void |
setHeader(EbicsUnsecuredRequest.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 EbicsUnsecuredRequest.Header header
protected EbicsUnsecuredRequest.Body body
protected String version
protected Integer revision
| Constructor Detail |
|---|
public EbicsUnsecuredRequest()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsUnsecuredRequest instance.
public EbicsUnsecuredRequest(EbicsUnsecuredRequest o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsUnsecuredRequest instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EbicsUnsecuredRequest.Header getHeader()
EbicsUnsecuredRequest.Headerpublic void setHeader(EbicsUnsecuredRequest.Header value)
value - allowed object is
EbicsUnsecuredRequest.Headerpublic EbicsUnsecuredRequest.Body getBody()
EbicsUnsecuredRequest.Bodypublic void setBody(EbicsUnsecuredRequest.Body value)
value - allowed object is
EbicsUnsecuredRequest.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 EbicsUnsecuredRequest clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||