|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletTypeImpl
public class PortletTypeImpl
| Field Summary | |
|---|---|
protected List<javax.xml.bind.JAXBElement<?>> |
content
|
protected String |
id
|
| Constructor Summary | |
|---|---|
PortletTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletTypeImpl instance. |
|
PortletTypeImpl(PortletTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyContent(List<javax.xml.bind.JAXBElement<?>> source,
List<javax.xml.bind.JAXBElement<?>> target)
Copies all values of property Content. |
List<javax.xml.bind.JAXBElement<?>> |
getContent()
Gets the rest of the content model. |
String |
getId()
Gets the value of the id property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<javax.xml.bind.JAXBElement<?>> content
protected String id
| Constructor Detail |
|---|
public PortletTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletTypeImpl instance.
public PortletTypeImpl(PortletTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<javax.xml.bind.JAXBElement<?>> getContent()
PortletTypeYou are getting this "catch-all" property because of the following reason: The field name "PortletInfo" is used by two different parts of a schema. See: line 240 of file:/var/lib/continuum/Sources/ccxjc.svn.sourceforge.net/ccxjc/trunk/target/checkout/cc-xjc-it/src/main/schemas/portlet-app_1_0.xsd line 238 of file:/var/lib/continuum/Sources/ccxjc.svn.sourceforge.net/ccxjc/trunk/target/checkout/cc-xjc-it/src/main/schemas/portlet-app_1_0.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content 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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SecurityRoleRefType>
JAXBElement<DescriptionType>
JAXBElement<PortletPreferencesType>
JAXBElement<ResourceBundleType>
JAXBElement<SupportedLocaleType>
JAXBElement<DisplayNameType>
JAXBElement<PortletInfoType>
JAXBElement<PortletNameType>
JAXBElement<String>
JAXBElement<ExpirationCacheType>
JAXBElement<SupportsType>
JAXBElement<InitParamType>
getContent in interface PortletTypepublic String getId()
PortletType
getId in interface PortletTypeStringpublic void setId(String value)
PortletType
setId in interface PortletTypevalue - allowed object is
String
public static void copyContent(List<javax.xml.bind.JAXBElement<?>> source,
List<javax.xml.bind.JAXBElement<?>> target)
Content.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PortletTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||