|
||||||||||
| 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.UserInfoType
public class UserInfoType
Datentyp für VEU-Teilnehmerinformationen (HKD, HTD).
Java class for UserInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserID">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>UserIDType">
<attribute name="Status" use="required" type="{http://www.ebics.org/H003}UserStatusType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Name" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
<element name="Permission" type="{http://www.ebics.org/H003}UserPermissionType" maxOccurs="unbounded"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
UserInfoType.UserID
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
name
|
protected List<UserPermissionType> |
permission
|
protected UserInfoType.UserID |
userID
|
| Constructor Summary | |
|---|---|
UserInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UserInfoType instance. |
|
UserInfoType(UserInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UserInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
UserInfoType |
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. |
List<UserPermissionType> |
getPermission()
Gets the value of the permission property. |
UserInfoType.UserID |
getUserID()
Gets the value of the userID property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setUserID(UserInfoType.UserID 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 UserInfoType.UserID userID
protected String name
protected List<UserPermissionType> permission
protected List<Object> any
| Constructor Detail |
|---|
public UserInfoType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UserInfoType instance.
public UserInfoType(UserInfoType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UserInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UserInfoType.UserID getUserID()
UserInfoType.UserIDpublic void setUserID(UserInfoType.UserID value)
value - allowed object is
UserInfoType.UserIDpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<UserPermissionType> getPermission()
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 permission property.
For example, to add a new item, do as follows:
getPermission().add(newItem);
Objects of the following type(s) are allowed in the list
UserPermissionType
public 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 UserInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||