|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MARCXML.DataFieldType
public class DataFieldType
MARC21 Variable Data Fields 010-999
Java class for dataFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataFieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="subfield" type="{http://www.loc.gov/MARC21/slim}subfieldatafieldType"/>
</sequence>
<attribute name="id" type="{http://www.loc.gov/MARC21/slim}idDataType" />
<attribute name="ind1" use="required" type="{http://www.loc.gov/MARC21/slim}indicatorDataType" />
<attribute name="ind2" use="required" type="{http://www.loc.gov/MARC21/slim}indicatorDataType" />
<attribute name="tag" use="required" type="{http://www.loc.gov/MARC21/slim}tagDataType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
id
|
protected java.lang.String |
ind1
|
protected java.lang.String |
ind2
|
protected java.util.List<SubfieldatafieldType> |
subfield
|
protected java.lang.String |
tag
|
| Constructor Summary | |
|---|---|
DataFieldType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getInd1()
Gets the value of the ind1 property. |
java.lang.String |
getInd2()
Gets the value of the ind2 property. |
java.util.List<SubfieldatafieldType> |
getSubfield()
Gets the value of the subfield property. |
java.lang.String |
getTag()
Gets the value of the tag property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setInd1(java.lang.String value)
Sets the value of the ind1 property. |
void |
setInd2(java.lang.String value)
Sets the value of the ind2 property. |
void |
setTag(java.lang.String value)
Sets the value of the tag property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<SubfieldatafieldType> subfield
protected java.lang.String id
protected java.lang.String ind1
protected java.lang.String ind2
protected java.lang.String tag
| Constructor Detail |
|---|
public DataFieldType()
| Method Detail |
|---|
public java.util.List<SubfieldatafieldType> 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
SubfieldatafieldType
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInd1()
Stringpublic void setInd1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInd2()
Stringpublic void setInd2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTag()
Stringpublic void setTag(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||