|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.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 DescriptionType[] |
description
|
protected JavaIdentifierType |
fieldName
|
protected String |
id
|
| Constructor Summary | |
|---|---|
CmpFieldType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.CmpFieldType instance. |
|
CmpFieldType(CmpFieldType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.CmpFieldType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CmpFieldType |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
JavaIdentifierType |
getFieldName()
Gets the value of the fieldName property. |
String |
getId()
Gets the value of the id property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
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 DescriptionType[] description
protected JavaIdentifierType fieldName
protected String id
| Constructor Detail |
|---|
public CmpFieldType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.CmpFieldType instance.
public CmpFieldType(CmpFieldType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.CmpFieldType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic JavaIdentifierType getFieldName()
JavaIdentifierTypepublic void setFieldName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public CmpFieldType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||