|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.SecurityConstraintTypeImpl
public class SecurityConstraintTypeImpl
| 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.app200.impl.SecurityConstraintTypeImpl instance. |
|
SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.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 |
|---|
protected List<DisplayNameType> displayName
protected PortletCollectionTypeImpl portletCollection
protected UserDataConstraintTypeImpl userDataConstraint
protected String id
| Constructor Detail |
|---|
public SecurityConstraintTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.SecurityConstraintTypeImpl instance.
public SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.SecurityConstraintTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DisplayNameType> getDisplayName()
SecurityConstraintType
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
getDisplayName in interface SecurityConstraintTypepublic PortletCollectionType getPortletCollection()
SecurityConstraintType
getPortletCollection in interface SecurityConstraintTypePortletCollectionTypepublic void setPortletCollection(PortletCollectionType value)
SecurityConstraintType
setPortletCollection in interface SecurityConstraintTypevalue - allowed object is
PortletCollectionTypepublic UserDataConstraintType getUserDataConstraint()
SecurityConstraintType
getUserDataConstraint in interface SecurityConstraintTypeUserDataConstraintTypepublic void setUserDataConstraint(UserDataConstraintType value)
SecurityConstraintType
setUserDataConstraint in interface SecurityConstraintTypevalue - allowed object is
UserDataConstraintTypepublic String getId()
SecurityConstraintType
getId in interface SecurityConstraintTypeStringpublic void setId(String value)
SecurityConstraintType
setId in interface SecurityConstraintTypevalue - allowed object is
String
protected static void copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
DisplayName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public SecurityConstraintTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||