|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.StaticHeaderBaseType
public abstract class StaticHeaderBaseType
Datentyp für den statischen EBICS-Header (allgemein).
Java class for StaticHeaderBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StaticHeaderBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HostID" type="{http://www.ebics.org/H003}HostIDType"/>
<element name="Nonce" type="{http://www.ebics.org/H003}NonceType" minOccurs="0"/>
<element name="Timestamp" type="{http://www.ebics.org/H003}TimestampType" minOccurs="0"/>
<element name="PartnerID" type="{http://www.ebics.org/H003}PartnerIDType"/>
<element name="UserID" type="{http://www.ebics.org/H003}UserIDType"/>
<element name="SystemID" type="{http://www.ebics.org/H003}UserIDType" minOccurs="0"/>
<element name="Product" type="{http://www.ebics.org/H003}ProductElementType" minOccurs="0"/>
<element name="OrderDetails" type="{http://www.ebics.org/H003}OrderDetailsType"/>
<element name="SecurityMedium" type="{http://www.ebics.org/H003}SecurityMediumType"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
hostID
|
protected byte[] |
nonce
|
protected OrderDetailsType |
orderDetails
|
protected String |
partnerID
|
protected javax.xml.bind.JAXBElement<ProductElementType> |
product
|
protected String |
securityMedium
|
protected String |
systemID
|
protected XMLGregorianCalendar |
timestamp
|
protected String |
userID
|
| Constructor Summary | |
|---|---|
StaticHeaderBaseType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.StaticHeaderBaseType instance. |
|
StaticHeaderBaseType(StaticHeaderBaseType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.StaticHeaderBaseType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
abstract StaticHeaderBaseType |
clone()
Creates and returns a copy of this object. |
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 |
getHostID()
Gets the value of the hostID property. |
byte[] |
getNonce()
Gets the value of the nonce property. |
OrderDetailsType |
getOrderDetails()
Gets the value of the orderDetails property. |
String |
getPartnerID()
Gets the value of the partnerID property. |
javax.xml.bind.JAXBElement<ProductElementType> |
getProduct()
Gets the value of the product property. |
String |
getSecurityMedium()
Gets the value of the securityMedium property. |
String |
getSystemID()
Gets the value of the systemID property. |
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
String |
getUserID()
Gets the value of the userID property. |
void |
setHostID(String value)
Sets the value of the hostID property. |
void |
setNonce(byte[] value)
Sets the value of the nonce property. |
void |
setOrderDetails(OrderDetailsType value)
Sets the value of the orderDetails property. |
void |
setPartnerID(String value)
Sets the value of the partnerID property. |
void |
setProduct(javax.xml.bind.JAXBElement<ProductElementType> value)
Sets the value of the product property. |
void |
setSecurityMedium(String value)
Sets the value of the securityMedium property. |
void |
setSystemID(String value)
Sets the value of the systemID property. |
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property. |
void |
setUserID(String value)
Sets the value of the userID property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String hostID
protected byte[] nonce
protected XMLGregorianCalendar timestamp
protected String partnerID
protected String userID
protected String systemID
protected javax.xml.bind.JAXBElement<ProductElementType> product
protected OrderDetailsType orderDetails
protected String securityMedium
protected List<Object> any
| Constructor Detail |
|---|
public StaticHeaderBaseType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.StaticHeaderBaseType instance.
public StaticHeaderBaseType(StaticHeaderBaseType o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.StaticHeaderBaseType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getHostID()
Stringpublic void setHostID(String value)
value - allowed object is
Stringpublic byte[] getNonce()
Stringpublic void setNonce(byte[] value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPartnerID()
Stringpublic void setPartnerID(String value)
value - allowed object is
Stringpublic String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic String getSystemID()
Stringpublic void setSystemID(String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<ProductElementType> getProduct()
JAXBElement<ProductElementType>public void setProduct(javax.xml.bind.JAXBElement<ProductElementType> value)
value - allowed object is
JAXBElement<ProductElementType>public OrderDetailsType getOrderDetails()
OrderDetailsTypepublic void setOrderDetails(OrderDetailsType value)
value - allowed object is
OrderDetailsTypepublic String getSecurityMedium()
Stringpublic void setSecurityMedium(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
public 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 abstract StaticHeaderBaseType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||