|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlternativeType | |
---|---|
net.opengis.sps.x20 | |
net.opengis.sps.x20.impl |
Uses of AlternativeType in net.opengis.sps.x20 |
---|
Methods in net.opengis.sps.x20 that return AlternativeType | |
---|---|
AlternativeType |
StatusReportType.Alternative.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
AlternativePropertyType.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
AlternativeDocument.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
StatusReportType.Alternative.getAlternative()
Gets the "Alternative" element |
AlternativeType |
AlternativePropertyType.getAlternative()
Gets the "Alternative" element |
AlternativeType |
AlternativeDocument.getAlternative()
Gets the "Alternative" element |
static AlternativeType |
AlternativeType.Factory.newInstance()
|
static AlternativeType |
AlternativeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(File file)
|
static AlternativeType |
AlternativeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(InputStream is)
|
static AlternativeType |
AlternativeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(Node node)
|
static AlternativeType |
AlternativeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(Reader r)
|
static AlternativeType |
AlternativeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(String xmlAsString)
|
static AlternativeType |
AlternativeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(URL u)
|
static AlternativeType |
AlternativeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AlternativeType |
AlternativeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AlternativeType |
AlternativeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AlternativeType |
AlternativeType.Factory.parse(XMLStreamReader sr)
|
static AlternativeType |
AlternativeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sps.x20 with parameters of type AlternativeType | |
---|---|
void |
StatusReportType.Alternative.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
void |
AlternativePropertyType.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
void |
AlternativeDocument.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
Uses of AlternativeType in net.opengis.sps.x20.impl |
---|
Classes in net.opengis.sps.x20.impl that implement AlternativeType | |
---|---|
class |
AlternativeTypeImpl
An XML AlternativeType(@http://www.opengis.net/sps/2.0). |
Methods in net.opengis.sps.x20.impl that return AlternativeType | |
---|---|
AlternativeType |
StatusReportTypeImpl.AlternativeImpl.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
AlternativeDocumentImpl.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
AlternativePropertyTypeImpl.addNewAlternative()
Appends and returns a new empty "Alternative" element |
AlternativeType |
StatusReportTypeImpl.AlternativeImpl.getAlternative()
Gets the "Alternative" element |
AlternativeType |
AlternativeDocumentImpl.getAlternative()
Gets the "Alternative" element |
AlternativeType |
AlternativePropertyTypeImpl.getAlternative()
Gets the "Alternative" element |
Methods in net.opengis.sps.x20.impl with parameters of type AlternativeType | |
---|---|
void |
StatusReportTypeImpl.AlternativeImpl.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
void |
AlternativeDocumentImpl.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
void |
AlternativePropertyTypeImpl.setAlternative(AlternativeType alternative)
Sets the "Alternative" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |