|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlaceType
An XML placeType(@http://schemas.leadproject.org/2007/01/lms/fgdc). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
PlaceType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
PlacekeyType |
addNewPlacekey()
Appends and returns a new empty value (as xml) as the last "placekey" element |
void |
addPlacekey(String placekey)
Appends the value as the last "placekey" element |
String[] |
getPlacekeyArray()
Gets array of all "placekey" elements |
String |
getPlacekeyArray(int i)
Gets ith "placekey" element |
String |
getPlacekt()
Gets the "placekt" element |
PlacekeyType |
insertNewPlacekey(int i)
Inserts and returns a new empty value (as xml) as the ith "placekey" element |
void |
insertPlacekey(int i,
String placekey)
Inserts the value as the ith "placekey" element |
void |
removePlacekey(int i)
Removes the ith "placekey" element |
void |
setPlacekeyArray(int i,
String placekey)
Sets ith "placekey" element |
void |
setPlacekeyArray(String[] placekeyArray)
Sets array of all "placekey" element |
void |
setPlacekt(String placekt)
Sets the "placekt" element |
int |
sizeOfPlacekeyArray()
Returns number of "placekey" element |
PlacekeyType[] |
xgetPlacekeyArray()
Gets (as xml) array of all "placekey" elements |
PlacekeyType |
xgetPlacekeyArray(int i)
Gets (as xml) ith "placekey" element |
PlacektType |
xgetPlacekt()
Gets (as xml) the "placekt" element |
void |
xsetPlacekeyArray(int i,
PlacekeyType placekey)
Sets (as xml) ith "placekey" element |
void |
xsetPlacekeyArray(PlacekeyType[] placekeyArray)
Sets (as xml) array of all "placekey" element |
void |
xsetPlacekt(PlacektType placekt)
Sets (as xml) the "placekt" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String getPlacekt()
PlacektType xgetPlacekt()
void setPlacekt(String placekt)
void xsetPlacekt(PlacektType placekt)
String[] getPlacekeyArray()
String getPlacekeyArray(int i)
PlacekeyType[] xgetPlacekeyArray()
PlacekeyType xgetPlacekeyArray(int i)
int sizeOfPlacekeyArray()
void setPlacekeyArray(String[] placekeyArray)
void setPlacekeyArray(int i,
String placekey)
void xsetPlacekeyArray(PlacekeyType[] placekeyArray)
void xsetPlacekeyArray(int i,
PlacekeyType placekey)
void insertPlacekey(int i,
String placekey)
void addPlacekey(String placekey)
PlacekeyType insertNewPlacekey(int i)
PlacekeyType addNewPlacekey()
void removePlacekey(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||