net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class MethodPermissionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodPermissionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, MethodPermissionType

public class MethodPermissionTypeImpl
extends Object
implements Serializable, Cloneable, MethodPermissionType

See Also:
Serialized Form

Field Summary
protected  List<DescriptionType> description
           
protected  String id
           
protected  List<MethodType> method
           
protected  List<RoleNameType> roleName
           
protected  EmptyTypeImpl unchecked
           
 
Constructor Summary
MethodPermissionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodPermissionTypeImpl instance.
MethodPermissionTypeImpl(MethodPermissionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodPermissionTypeImpl instance by copying a given instance.
 
Method Summary
 MethodPermissionTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
protected static void copyMethod(List<MethodType> source, List<MethodType> target)
          Copies all values of property Method.
protected static void copyRoleName(List<RoleNameType> source, List<RoleNameType> target)
          Copies all values of property RoleName.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 List<MethodType> getMethod()
          Gets the value of the method property.
 List<RoleNameType> getRoleName()
          Gets the value of the roleName property.
 EmptyType getUnchecked()
          Gets the value of the unchecked property.
 void setId(String value)
          Sets the value of the id property.
 void setUnchecked(EmptyType value)
          Sets the value of the unchecked property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

roleName

protected List<RoleNameType> roleName

unchecked

protected EmptyTypeImpl unchecked

method

protected List<MethodType> method

id

protected String id
Constructor Detail

MethodPermissionTypeImpl

public MethodPermissionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodPermissionTypeImpl instance.


MethodPermissionTypeImpl

public MethodPermissionTypeImpl(MethodPermissionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodPermissionTypeImpl instance by copying a given instance.

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: MethodPermissionType
Gets the value of the description 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 description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface MethodPermissionType

getRoleName

public List<RoleNameType> getRoleName()
Description copied from interface: MethodPermissionType
Gets the value of the roleName 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 roleName property.

For example, to add a new item, do as follows:

    getRoleName().add(newItem);
 

Objects of the following type(s) are allowed in the list RoleNameType

Specified by:
getRoleName in interface MethodPermissionType

getUnchecked

public EmptyType getUnchecked()
Description copied from interface: MethodPermissionType
Gets the value of the unchecked property.

Specified by:
getUnchecked in interface MethodPermissionType
Returns:
possible object is EmptyType

setUnchecked

public void setUnchecked(EmptyType value)
Description copied from interface: MethodPermissionType
Sets the value of the unchecked property.

Specified by:
setUnchecked in interface MethodPermissionType
Parameters:
value - allowed object is EmptyType

getMethod

public List<MethodType> getMethod()
Description copied from interface: MethodPermissionType
Gets the value of the method 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 method property.

For example, to add a new item, do as follows:

    getMethod().add(newItem);
 

Objects of the following type(s) are allowed in the list MethodType

Specified by:
getMethod in interface MethodPermissionType

getId

public String getId()
Description copied from interface: MethodPermissionType
Gets the value of the id property.

Specified by:
getId in interface MethodPermissionType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: MethodPermissionType
Sets the value of the id property.

Specified by:
setId in interface MethodPermissionType
Parameters:
value - allowed object is String

copyDescription

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

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

copyRoleName

protected static void copyRoleName(List<RoleNameType> source,
                                   List<RoleNameType> target)
Copies all values of property RoleName.

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

copyMethod

protected static void copyMethod(List<MethodType> source,
                                 List<MethodType> target)
Copies all values of property Method.

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

clone

public MethodPermissionTypeImpl 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.