public class FunctionalField extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Subfield" maxOccurs="unbounded"/> </sequence> <attribute name="FieldId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="FieldName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fieldId |
protected String |
fieldName |
protected List<Subfield> |
subfield |
Constructor and Description |
---|
FunctionalField() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldId()
Gets the value of the fieldId property.
|
String |
getFieldName()
Gets the value of the fieldName property.
|
List<Subfield> |
getSubfield()
Gets the value of the subfield property.
|
void |
setFieldId(String value)
Sets the value of the fieldId property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
public List<Subfield> getSubfield()
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 subfield property.
For example, to add a new item, do as follows:
getSubfield().add(newItem);
Objects of the following type(s) are allowed in the list
Subfield
public String getFieldId()
String
public void setFieldId(String value)
value
- allowed object is
String
public String getFieldName()
String
Copyright © 2022. All rights reserved.