net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100.impl
Class SecurityConstraintTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, SecurityConstraintType

public class SecurityConstraintTypeImpl
extends Object
implements Serializable, Cloneable, SecurityConstraintType

See Also:
Serialized Form

Field Summary
protected  List<DisplayNameType> displayName
           
protected  String id
           
protected  PortletCollectionTypeImpl portletCollection
           
protected  UserDataConstraintTypeImpl userDataConstraint
           
 
Constructor Summary
SecurityConstraintTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance.
SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance by copying a given instance.
 
Method Summary
 SecurityConstraintTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 String getId()
          Gets the value of the id property.
 PortletCollectionType getPortletCollection()
          Gets the value of the portletCollection property.
 UserDataConstraintType getUserDataConstraint()
          Gets the value of the userDataConstraint property.
 void setId(String value)
          Sets the value of the id property.
 void setPortletCollection(PortletCollectionType value)
          Sets the value of the portletCollection property.
 void setUserDataConstraint(UserDataConstraintType value)
          Sets the value of the userDataConstraint property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected List<DisplayNameType> displayName

portletCollection

protected PortletCollectionTypeImpl portletCollection

userDataConstraint

protected UserDataConstraintTypeImpl userDataConstraint

id

protected String id
Constructor Detail

SecurityConstraintTypeImpl

public SecurityConstraintTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance.


SecurityConstraintTypeImpl

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

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

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: SecurityConstraintType
Gets the value of the displayName 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 displayName property.

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

    getDisplayName().add(newItem);
 

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

Specified by:
getDisplayName in interface SecurityConstraintType

getPortletCollection

public PortletCollectionType getPortletCollection()
Description copied from interface: SecurityConstraintType
Gets the value of the portletCollection property.

Specified by:
getPortletCollection in interface SecurityConstraintType
Returns:
possible object is PortletCollectionType

setPortletCollection

public void setPortletCollection(PortletCollectionType value)
Description copied from interface: SecurityConstraintType
Sets the value of the portletCollection property.

Specified by:
setPortletCollection in interface SecurityConstraintType
Parameters:
value - allowed object is PortletCollectionType

getUserDataConstraint

public UserDataConstraintType getUserDataConstraint()
Description copied from interface: SecurityConstraintType
Gets the value of the userDataConstraint property.

Specified by:
getUserDataConstraint in interface SecurityConstraintType
Returns:
possible object is UserDataConstraintType

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraintType value)
Description copied from interface: SecurityConstraintType
Sets the value of the userDataConstraint property.

Specified by:
setUserDataConstraint in interface SecurityConstraintType
Parameters:
value - allowed object is UserDataConstraintType

getId

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

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

setId

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

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

copyDisplayName

protected static void copyDisplayName(List<DisplayNameType> source,
                                      List<DisplayNameType> target)
Copies all values of property DisplayName.

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

clone

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