|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.SignerInfoType
public class SignerInfoType
Datentyp für Informationen zu einem Unterzeichner eines VEU-Auftrags (HVU, HVD).
Java class for SignerInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerInfoType">
<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"/>
<element name="Permission">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}SignerPermission"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SignerInfoType.Permission
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
name
|
protected String |
partnerID
|
protected SignerInfoType.Permission |
permission
|
protected XMLGregorianCalendar |
timestamp
|
protected String |
userID
|
| Constructor Summary | |
|---|---|
SignerInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.SignerInfoType instance. |
|
SignerInfoType(SignerInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.SignerInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SignerInfoType |
clone()
Creates and returns a copy of this object. |
List<Object> |
getAny()
Gets the value of the any property. |
String |
getName()
Gets the value of the name property. |
String |
getPartnerID()
Gets the value of the partnerID property. |
SignerInfoType.Permission |
getPermission()
Gets the value of the permission property. |
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
String |
getUserID()
Gets the value of the userID property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPartnerID(String value)
Sets the value of the partnerID property. |
void |
setPermission(SignerInfoType.Permission value)
Sets the value of the permission 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 SignerInfoType.Permission permission
protected List<Object> any
| Constructor Detail |
|---|
public SignerInfoType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.SignerInfoType instance.
public SignerInfoType(SignerInfoType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.SignerInfoType 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 SignerInfoType.Permission getPermission()
SignerInfoType.Permissionpublic void setPermission(SignerInfoType.Permission value)
value - allowed object is
SignerInfoType.Permissionpublic 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 SignerInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||