net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003
Class UserInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.UserInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class UserInfoType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.pub.collections.valueclass.ebics.h003.UserInfoType instance.
UserInfoType(UserInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.UserInfoType instance by copying a given instance.
 
Method Summary
 UserInfoType clone()
          Creates and returns a copy of this object.
static void copyAny(List<Object> source, List<Object> target)
          Copies all values of property Any.
static void copyPermission(List<UserPermissionType> source, List<UserPermissionType> target)
          Copies all values of property Permission.
 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

userID

protected UserInfoType.UserID userID

name

protected String name

permission

protected List<UserPermissionType> permission

any

protected List<Object> any
Constructor Detail

UserInfoType

public UserInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.UserInfoType instance.


UserInfoType

public UserInfoType(UserInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.UserInfoType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getUserID

public UserInfoType.UserID getUserID()
Gets the value of the userID property.

Returns:
possible object is UserInfoType.UserID

setUserID

public void setUserID(UserInfoType.UserID value)
Sets the value of the userID property.

Parameters:
value - allowed object is UserInfoType.UserID

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPermission

public List<UserPermissionType> getPermission()
Gets the value of the permission property.

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


getAny

public List<Object> getAny()
Gets the value of the any property.

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


copyPermission

public static void copyPermission(List<UserPermissionType> source,
                                  List<UserPermissionType> target)
Copies all values of property Permission.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyAny

public static void copyAny(List<Object> source,
                           List<Object> target)
Copies all values of property Any.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public UserInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.