|
||||||||||
| 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.EbicsResponse.Header
public static class EbicsResponse.Header
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="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>
| Field Summary | |
|---|---|
protected ResponseStaticHeaderType |
_static
|
protected boolean |
authenticate
|
protected ResponseMutableHeaderType |
mutable
|
| Constructor Summary | |
|---|---|
EbicsResponse.Header()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsResponse.Header instance. |
|
EbicsResponse.Header(EbicsResponse.Header o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsResponse.Header instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EbicsResponse.Header |
clone()
Creates and returns a copy of this object. |
ResponseMutableHeaderType |
getMutable()
Gets the value of the mutable property. |
ResponseStaticHeaderType |
getStatic()
Gets the value of the static property. |
boolean |
isAuthenticate()
Gets the value of the authenticate property. |
void |
setAuthenticate(boolean value)
Sets the value of the authenticate property. |
void |
setMutable(ResponseMutableHeaderType value)
Sets the value of the mutable property. |
void |
setStatic(ResponseStaticHeaderType value)
Sets the value of the static property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ResponseStaticHeaderType _static
protected ResponseMutableHeaderType mutable
protected boolean authenticate
| Constructor Detail |
|---|
public EbicsResponse.Header()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsResponse.Header instance.
public EbicsResponse.Header(EbicsResponse.Header o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.EbicsResponse.Header instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public ResponseStaticHeaderType getStatic()
ResponseStaticHeaderTypepublic void setStatic(ResponseStaticHeaderType value)
value - allowed object is
ResponseStaticHeaderTypepublic ResponseMutableHeaderType getMutable()
ResponseMutableHeaderTypepublic void setMutable(ResponseMutableHeaderType value)
value - allowed object is
ResponseMutableHeaderTypepublic boolean isAuthenticate()
public void setAuthenticate(boolean value)
public EbicsResponse.Header clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||