net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl
Class SecurityConstraintTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  DisplayNameType[] displayName
           
protected  String id
           
protected  PortletCollectionTypeImpl portletCollection
           
protected  UserDataConstraintTypeImpl userDataConstraint
           
 
Constructor Summary
SecurityConstraintTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance.
SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance by copying a given instance.
 
Method Summary
 SecurityConstraintTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 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 setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 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 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.pub.indexed.novalueclass.portlet.app100.impl.SecurityConstraintTypeImpl instance.


SecurityConstraintTypeImpl

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

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

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface SecurityConstraintType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface SecurityConstraintType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface SecurityConstraintType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface SecurityConstraintType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface SecurityConstraintType
value - allowed object is DisplayNameType

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

public void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source 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.