|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsecuredRequest.Header
public static class EbicsUnsecuredRequest.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}UnsecuredRequestStaticHeaderType"/>
<element name="mutable" type="{http://www.ebics.org/H003}EmptyMutableHeaderType"/>
</sequence>
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected UnsecuredRequestStaticHeaderType |
_static
|
protected boolean |
authenticate
|
protected EmptyMutableHeaderType |
mutable
|
| Constructor Summary | |
|---|---|
EbicsUnsecuredRequest.Header()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsecuredRequest.Header instance. |
|
EbicsUnsecuredRequest.Header(EbicsUnsecuredRequest.Header o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsecuredRequest.Header instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EbicsUnsecuredRequest.Header |
clone()
Creates and returns a copy of this object. |
EmptyMutableHeaderType |
getMutable()
Gets the value of the mutable property. |
UnsecuredRequestStaticHeaderType |
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(EmptyMutableHeaderType value)
Sets the value of the mutable property. |
void |
setStatic(UnsecuredRequestStaticHeaderType 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 UnsecuredRequestStaticHeaderType _static
protected EmptyMutableHeaderType mutable
protected boolean authenticate
| Constructor Detail |
|---|
public EbicsUnsecuredRequest.Header()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsecuredRequest.Header instance.
public EbicsUnsecuredRequest.Header(EbicsUnsecuredRequest.Header o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsecuredRequest.Header instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UnsecuredRequestStaticHeaderType getStatic()
UnsecuredRequestStaticHeaderTypepublic void setStatic(UnsecuredRequestStaticHeaderType value)
value - allowed object is
UnsecuredRequestStaticHeaderTypepublic EmptyMutableHeaderType getMutable()
EmptyMutableHeaderTypepublic void setMutable(EmptyMutableHeaderType value)
value - allowed object is
EmptyMutableHeaderTypepublic boolean isAuthenticate()
public void setAuthenticate(boolean value)
public EbicsUnsecuredRequest.Header clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||