|
||||||||||
| 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.DetailedTypeImpl
public class DetailedTypeImpl
An XML detailedType(@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.DetailedType |
|---|
DetailedType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.DetailedType |
|---|
type |
| Constructor Summary | |
|---|---|
DetailedTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
AttrType |
addNewAttr()
Appends and returns a new empty value (as xml) as the last "attr" element |
EnttypType |
addNewEnttyp()
Appends and returns a new empty "enttyp" element |
AttrType[] |
getAttrArray()
Gets array of all "attr" elements |
AttrType |
getAttrArray(int i)
Gets ith "attr" element |
EnttypType |
getEnttyp()
Gets the "enttyp" element |
AttrType |
insertNewAttr(int i)
Inserts and returns a new empty value (as xml) as the ith "attr" element |
void |
removeAttr(int i)
Removes the ith "attr" element |
void |
setAttrArray(AttrType[] attrArray)
Sets array of all "attr" element |
void |
setAttrArray(int i,
AttrType attr)
Sets ith "attr" element |
void |
setEnttyp(EnttypType enttyp)
Sets the "enttyp" element |
int |
sizeOfAttrArray()
Returns number of "attr" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailedTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public EnttypType getEnttyp()
getEnttyp in interface DetailedTypepublic void setEnttyp(EnttypType enttyp)
setEnttyp in interface DetailedTypepublic EnttypType addNewEnttyp()
addNewEnttyp in interface DetailedTypepublic AttrType[] getAttrArray()
getAttrArray in interface DetailedTypepublic AttrType getAttrArray(int i)
getAttrArray in interface DetailedTypepublic int sizeOfAttrArray()
sizeOfAttrArray in interface DetailedTypepublic void setAttrArray(AttrType[] attrArray)
setAttrArray in interface DetailedType
public void setAttrArray(int i,
AttrType attr)
setAttrArray in interface DetailedTypepublic AttrType insertNewAttr(int i)
insertNewAttr in interface DetailedTypepublic AttrType addNewAttr()
addNewAttr in interface DetailedTypepublic void removeAttr(int i)
removeAttr in interface DetailedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||