|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.LineageTypeImpl
public class LineageTypeImpl
An XML lineageType(@http://schemas.leadproject.org/2007/01/lms/fgdc). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.indiana.extreme.lead.metadata.LineageType |
|---|
LineageType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.LineageType |
|---|
type |
| Constructor Summary | |
|---|---|
LineageTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
ProcstepType |
addNewProcstep()
Appends and returns a new empty value (as xml) as the last "procstep" element |
ProcstepType[] |
getProcstepArray()
Gets array of all "procstep" elements |
ProcstepType |
getProcstepArray(int i)
Gets ith "procstep" element |
ProcstepType |
insertNewProcstep(int i)
Inserts and returns a new empty value (as xml) as the ith "procstep" element |
void |
removeProcstep(int i)
Removes the ith "procstep" element |
void |
setProcstepArray(int i,
ProcstepType procstep)
Sets ith "procstep" element |
void |
setProcstepArray(ProcstepType[] procstepArray)
Sets array of all "procstep" element |
int |
sizeOfProcstepArray()
Returns number of "procstep" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineageTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public ProcstepType[] getProcstepArray()
getProcstepArray in interface LineageTypepublic ProcstepType getProcstepArray(int i)
getProcstepArray in interface LineageTypepublic int sizeOfProcstepArray()
sizeOfProcstepArray in interface LineageTypepublic void setProcstepArray(ProcstepType[] procstepArray)
setProcstepArray in interface LineageType
public void setProcstepArray(int i,
ProcstepType procstep)
setProcstepArray in interface LineageTypepublic ProcstepType insertNewProcstep(int i)
insertNewProcstep in interface LineageTypepublic ProcstepType addNewProcstep()
addNewProcstep in interface LineageTypepublic void removeProcstep(int i)
removeProcstep in interface LineageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||