|
||||||||||
| 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.ProcstepTypeImpl
public class ProcstepTypeImpl
An XML procstepType(@http://schemas.leadproject.org/2007/01/lms/leadelements). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.indiana.extreme.lead.metadata.ProcstepType |
|---|
ProcstepType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.ProcstepType |
|---|
type |
| Constructor Summary | |
|---|---|
ProcstepTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
SrcType |
addNewSrcprod()
Appends and returns a new empty value (as xml) as the last "srcprod" element |
SrcType |
addNewSrcused()
Appends and returns a new empty value (as xml) as the last "srcused" element |
Calendar |
getProcDateTime()
Gets the "procDateTime" element |
String |
getProcdesc()
Gets the "procdesc" element |
String |
getResourceID()
Gets the "resourceID" element |
SrcType[] |
getSrcprodArray()
Gets array of all "srcprod" elements |
SrcType |
getSrcprodArray(int i)
Gets ith "srcprod" element |
SrcType[] |
getSrcusedArray()
Gets array of all "srcused" elements |
SrcType |
getSrcusedArray(int i)
Gets ith "srcused" element |
SrcType |
insertNewSrcprod(int i)
Inserts and returns a new empty value (as xml) as the ith "srcprod" element |
SrcType |
insertNewSrcused(int i)
Inserts and returns a new empty value (as xml) as the ith "srcused" element |
boolean |
isSetProcdesc()
True if has "procdesc" element |
boolean |
isSetResourceID()
True if has "resourceID" element |
void |
removeSrcprod(int i)
Removes the ith "srcprod" element |
void |
removeSrcused(int i)
Removes the ith "srcused" element |
void |
setProcDateTime(Calendar procDateTime)
Sets the "procDateTime" element |
void |
setProcdesc(String procdesc)
Sets the "procdesc" element |
void |
setResourceID(String resourceID)
Sets the "resourceID" element |
void |
setSrcprodArray(int i,
SrcType srcprod)
Sets ith "srcprod" element |
void |
setSrcprodArray(SrcType[] srcprodArray)
Sets array of all "srcprod" element |
void |
setSrcusedArray(int i,
SrcType srcused)
Sets ith "srcused" element |
void |
setSrcusedArray(SrcType[] srcusedArray)
Sets array of all "srcused" element |
int |
sizeOfSrcprodArray()
Returns number of "srcprod" element |
int |
sizeOfSrcusedArray()
Returns number of "srcused" element |
void |
unsetProcdesc()
Unsets the "procdesc" element |
void |
unsetResourceID()
Unsets the "resourceID" element |
org.apache.xmlbeans.XmlDateTime |
xgetProcDateTime()
Gets (as xml) the "procDateTime" element |
ProcdescType |
xgetProcdesc()
Gets (as xml) the "procdesc" element |
org.apache.xmlbeans.XmlAnyURI |
xgetResourceID()
Gets (as xml) the "resourceID" element |
void |
xsetProcDateTime(org.apache.xmlbeans.XmlDateTime procDateTime)
Sets (as xml) the "procDateTime" element |
void |
xsetProcdesc(ProcdescType procdesc)
Sets (as xml) the "procdesc" element |
void |
xsetResourceID(org.apache.xmlbeans.XmlAnyURI resourceID)
Sets (as xml) the "resourceID" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcstepTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public String getProcdesc()
getProcdesc in interface ProcstepTypepublic ProcdescType xgetProcdesc()
xgetProcdesc in interface ProcstepTypepublic boolean isSetProcdesc()
isSetProcdesc in interface ProcstepTypepublic void setProcdesc(String procdesc)
setProcdesc in interface ProcstepTypepublic void xsetProcdesc(ProcdescType procdesc)
xsetProcdesc in interface ProcstepTypepublic void unsetProcdesc()
unsetProcdesc in interface ProcstepTypepublic String getResourceID()
getResourceID in interface ProcstepTypepublic org.apache.xmlbeans.XmlAnyURI xgetResourceID()
xgetResourceID in interface ProcstepTypepublic boolean isSetResourceID()
isSetResourceID in interface ProcstepTypepublic void setResourceID(String resourceID)
setResourceID in interface ProcstepTypepublic void xsetResourceID(org.apache.xmlbeans.XmlAnyURI resourceID)
xsetResourceID in interface ProcstepTypepublic void unsetResourceID()
unsetResourceID in interface ProcstepTypepublic Calendar getProcDateTime()
getProcDateTime in interface ProcstepTypepublic org.apache.xmlbeans.XmlDateTime xgetProcDateTime()
xgetProcDateTime in interface ProcstepTypepublic void setProcDateTime(Calendar procDateTime)
setProcDateTime in interface ProcstepTypepublic void xsetProcDateTime(org.apache.xmlbeans.XmlDateTime procDateTime)
xsetProcDateTime in interface ProcstepTypepublic SrcType[] getSrcusedArray()
getSrcusedArray in interface ProcstepTypepublic SrcType getSrcusedArray(int i)
getSrcusedArray in interface ProcstepTypepublic int sizeOfSrcusedArray()
sizeOfSrcusedArray in interface ProcstepTypepublic void setSrcusedArray(SrcType[] srcusedArray)
setSrcusedArray in interface ProcstepType
public void setSrcusedArray(int i,
SrcType srcused)
setSrcusedArray in interface ProcstepTypepublic SrcType insertNewSrcused(int i)
insertNewSrcused in interface ProcstepTypepublic SrcType addNewSrcused()
addNewSrcused in interface ProcstepTypepublic void removeSrcused(int i)
removeSrcused in interface ProcstepTypepublic SrcType[] getSrcprodArray()
getSrcprodArray in interface ProcstepTypepublic SrcType getSrcprodArray(int i)
getSrcprodArray in interface ProcstepTypepublic int sizeOfSrcprodArray()
sizeOfSrcprodArray in interface ProcstepTypepublic void setSrcprodArray(SrcType[] srcprodArray)
setSrcprodArray in interface ProcstepType
public void setSrcprodArray(int i,
SrcType srcprod)
setSrcprodArray in interface ProcstepTypepublic SrcType insertNewSrcprod(int i)
insertNewSrcprod in interface ProcstepTypepublic SrcType addNewSrcprod()
addNewSrcprod in interface ProcstepTypepublic void removeSrcprod(int i)
removeSrcprod in interface ProcstepType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||