|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.CmpFieldType
public class CmpFieldType
The cmp-fieldType describes a container-managed field. The cmp-fieldType contains an optional description of the field, and the name of the field.
Java class for cmp-fieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cmp-fieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="field-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected JavaIdentifierType |
fieldName
|
protected String |
id
|
| Constructor Summary | |
|---|---|
CmpFieldType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.CmpFieldType instance. |
|
CmpFieldType(CmpFieldType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.CmpFieldType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CmpFieldType |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
JavaIdentifierType |
getFieldName()
Gets the value of the fieldName property. |
String |
getId()
Gets the value of the id property. |
void |
setFieldName(JavaIdentifierType value)
Sets the value of the fieldName 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<DescriptionType> description
protected JavaIdentifierType fieldName
protected String id
| Constructor Detail |
|---|
public CmpFieldType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.CmpFieldType instance.
public CmpFieldType(CmpFieldType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.CmpFieldType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
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
public JavaIdentifierType getFieldName()
JavaIdentifierTypepublic void setFieldName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic CmpFieldType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||