|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusReportType.Alternative | |
---|---|
net.opengis.sps.x20 | |
net.opengis.sps.x20.impl |
Uses of StatusReportType.Alternative in net.opengis.sps.x20 |
---|
Methods in net.opengis.sps.x20 that return StatusReportType.Alternative | |
---|---|
StatusReportType.Alternative |
StatusReportType.addNewAlternative()
Appends and returns a new empty value (as xml) as the last "alternative" element |
StatusReportType.Alternative[] |
StatusReportType.getAlternativeArray()
Gets array of all "alternative" elements |
StatusReportType.Alternative |
StatusReportType.getAlternativeArray(int i)
Gets ith "alternative" element |
StatusReportType.Alternative |
StatusReportType.insertNewAlternative(int i)
Inserts and returns a new empty value (as xml) as the ith "alternative" element |
static StatusReportType.Alternative |
StatusReportType.Alternative.Factory.newInstance()
|
static StatusReportType.Alternative |
StatusReportType.Alternative.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sps.x20 with parameters of type StatusReportType.Alternative | |
---|---|
void |
StatusReportType.setAlternativeArray(int i,
StatusReportType.Alternative alternative)
Sets ith "alternative" element |
void |
StatusReportType.setAlternativeArray(StatusReportType.Alternative[] alternativeArray)
Sets array of all "alternative" element |
Uses of StatusReportType.Alternative in net.opengis.sps.x20.impl |
---|
Classes in net.opengis.sps.x20.impl that implement StatusReportType.Alternative | |
---|---|
static class |
StatusReportTypeImpl.AlternativeImpl
An XML alternative(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20.impl that return StatusReportType.Alternative | |
---|---|
StatusReportType.Alternative |
StatusReportTypeImpl.addNewAlternative()
Appends and returns a new empty value (as xml) as the last "alternative" element |
StatusReportType.Alternative[] |
StatusReportTypeImpl.getAlternativeArray()
Gets array of all "alternative" elements |
StatusReportType.Alternative |
StatusReportTypeImpl.getAlternativeArray(int i)
Gets ith "alternative" element |
StatusReportType.Alternative |
StatusReportTypeImpl.insertNewAlternative(int i)
Inserts and returns a new empty value (as xml) as the ith "alternative" element |
Methods in net.opengis.sps.x20.impl with parameters of type StatusReportType.Alternative | |
---|---|
void |
StatusReportTypeImpl.setAlternativeArray(int i,
StatusReportType.Alternative alternative)
Sets ith "alternative" element |
void |
StatusReportTypeImpl.setAlternativeArray(StatusReportType.Alternative[] alternativeArray)
Sets array of all "alternative" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |