|
||||||||||
| 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.DistinfoTypeImpl
public class DistinfoTypeImpl
An XML distinfoType(@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.DistinfoType |
|---|
DistinfoType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.DistinfoType |
|---|
type |
| Constructor Summary | |
|---|---|
DistinfoTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
DistribType |
addNewDistrib()
Appends and returns a new empty "distrib" element |
StdorderType |
addNewStdorder()
Appends and returns a new empty value (as xml) as the last "stdorder" element |
DistribType |
getDistrib()
Gets the "distrib" element |
StdorderType[] |
getStdorderArray()
Gets array of all "stdorder" elements |
StdorderType |
getStdorderArray(int i)
Gets ith "stdorder" element |
StdorderType |
insertNewStdorder(int i)
Inserts and returns a new empty value (as xml) as the ith "stdorder" element |
void |
removeStdorder(int i)
Removes the ith "stdorder" element |
void |
setDistrib(DistribType distrib)
Sets the "distrib" element |
void |
setStdorderArray(int i,
StdorderType stdorder)
Sets ith "stdorder" element |
void |
setStdorderArray(StdorderType[] stdorderArray)
Sets array of all "stdorder" element |
int |
sizeOfStdorderArray()
Returns number of "stdorder" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistinfoTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public DistribType getDistrib()
getDistrib in interface DistinfoTypepublic void setDistrib(DistribType distrib)
setDistrib in interface DistinfoTypepublic DistribType addNewDistrib()
addNewDistrib in interface DistinfoTypepublic StdorderType[] getStdorderArray()
getStdorderArray in interface DistinfoTypepublic StdorderType getStdorderArray(int i)
getStdorderArray in interface DistinfoTypepublic int sizeOfStdorderArray()
sizeOfStdorderArray in interface DistinfoTypepublic void setStdorderArray(StdorderType[] stdorderArray)
setStdorderArray in interface DistinfoType
public void setStdorderArray(int i,
StdorderType stdorder)
setStdorderArray in interface DistinfoTypepublic StdorderType insertNewStdorder(int i)
insertNewStdorder in interface DistinfoTypepublic StdorderType addNewStdorder()
addNewStdorder in interface DistinfoTypepublic void removeStdorder(int i)
removeStdorder in interface DistinfoType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||