|
||||||||||
| 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.SpdomTypeImpl
public class SpdomTypeImpl
An XML spdomType(@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.SpdomType |
|---|
SpdomType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.SpdomType |
|---|
type |
| Constructor Summary | |
|---|---|
SpdomTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
BoundingType |
addNewBounding()
Appends and returns a new empty "bounding" element |
DsgpolyType |
addNewDsgpoly()
Appends and returns a new empty value (as xml) as the last "dsgpoly" element |
BoundingType |
getBounding()
Gets the "bounding" element |
DsgpolyType[] |
getDsgpolyArray()
Gets array of all "dsgpoly" elements |
DsgpolyType |
getDsgpolyArray(int i)
Gets ith "dsgpoly" element |
DsgpolyType |
insertNewDsgpoly(int i)
Inserts and returns a new empty value (as xml) as the ith "dsgpoly" element |
void |
removeDsgpoly(int i)
Removes the ith "dsgpoly" element |
void |
setBounding(BoundingType bounding)
Sets the "bounding" element |
void |
setDsgpolyArray(DsgpolyType[] dsgpolyArray)
Sets array of all "dsgpoly" element |
void |
setDsgpolyArray(int i,
DsgpolyType dsgpoly)
Sets ith "dsgpoly" element |
int |
sizeOfDsgpolyArray()
Returns number of "dsgpoly" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpdomTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public BoundingType getBounding()
getBounding in interface SpdomTypepublic void setBounding(BoundingType bounding)
setBounding in interface SpdomTypepublic BoundingType addNewBounding()
addNewBounding in interface SpdomTypepublic DsgpolyType[] getDsgpolyArray()
getDsgpolyArray in interface SpdomTypepublic DsgpolyType getDsgpolyArray(int i)
getDsgpolyArray in interface SpdomTypepublic int sizeOfDsgpolyArray()
sizeOfDsgpolyArray in interface SpdomTypepublic void setDsgpolyArray(DsgpolyType[] dsgpolyArray)
setDsgpolyArray in interface SpdomType
public void setDsgpolyArray(int i,
DsgpolyType dsgpoly)
setDsgpolyArray in interface SpdomTypepublic DsgpolyType insertNewDsgpoly(int i)
insertNewDsgpoly in interface SpdomTypepublic DsgpolyType addNewDsgpoly()
addNewDsgpoly in interface SpdomTypepublic void removeDsgpoly(int i)
removeDsgpoly in interface SpdomType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||