|
||||||||||
| 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.HVUOriginatorInfoType
public class HVUOriginatorInfoType
Datentyp für Informationen zum Ersteller eines HVU-Auftrags.
Java class for HVUOriginatorInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HVUOriginatorInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PartnerID" type="{http://www.ebics.org/H003}PartnerIDType"/>
<element name="UserID" type="{http://www.ebics.org/H003}UserIDType"/>
<element name="Name" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
<element name="Timestamp" type="{http://www.ebics.org/H003}TimestampType"/>
<any namespace='http://www.ebics.org/H003' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String |
name
|
protected String |
partnerID
|
protected XMLGregorianCalendar |
timestamp
|
protected String |
userID
|
| Constructor Summary | |
|---|---|
HVUOriginatorInfoType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVUOriginatorInfoType instance. |
|
HVUOriginatorInfoType(HVUOriginatorInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVUOriginatorInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HVUOriginatorInfoType |
clone()
Creates and returns a copy of this object. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getName()
Gets the value of the name property. |
String |
getPartnerID()
Gets the value of the partnerID property. |
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
String |
getUserID()
Gets the value of the userID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setPartnerID(String value)
Sets the value of the partnerID 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 partnerID
protected String userID
protected String name
protected XMLGregorianCalendar timestamp
protected Object[] any
| Constructor Detail |
|---|
public HVUOriginatorInfoType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVUOriginatorInfoType instance.
public HVUOriginatorInfoType(HVUOriginatorInfoType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVUOriginatorInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public 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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Object[] getAny()
Objectpublic Object getAny(int idx)
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Objectpublic HVUOriginatorInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||