public class CmpField extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected String |
fieldName |
protected String |
id |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getFieldName() |
String |
getId() |
void |
setDescriptions(Text[] text) |
void |
setFieldName(String value) |
void |
setId(String value) |
protected TextMap description
protected String fieldName
protected String id
public CmpField()
public CmpField(String fieldName)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public String getFieldName()
public void setFieldName(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.