Uses of Interface
net.opengis.sps.x20.StatusReportPropertyType

Packages that use StatusReportPropertyType
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of StatusReportPropertyType in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return StatusReportPropertyType
 StatusReportPropertyType TaskType.addNewStatus()
          Appends and returns a new empty value (as xml) as the last "status" element
 StatusReportPropertyType[] TaskType.getStatusArray()
          Gets array of all "status" elements
 StatusReportPropertyType TaskType.getStatusArray(int i)
          Gets ith "status" element
 StatusReportPropertyType TaskType.insertNewStatus(int i)
          Inserts and returns a new empty value (as xml) as the ith "status" element
static StatusReportPropertyType StatusReportPropertyType.Factory.newInstance()
           
static StatusReportPropertyType StatusReportPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(File file)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(InputStream is)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(Node node)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(Reader r)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(String xmlAsString)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(URL u)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(XMLStreamReader sr)
           
static StatusReportPropertyType StatusReportPropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sps.x20 with parameters of type StatusReportPropertyType
 void TaskType.setStatusArray(int i, StatusReportPropertyType status)
          Sets ith "status" element
 void TaskType.setStatusArray(StatusReportPropertyType[] statusArray)
          Sets array of all "status" element
 

Uses of StatusReportPropertyType in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement StatusReportPropertyType
 class StatusReportPropertyTypeImpl
          An XML StatusReportPropertyType(@http://www.opengis.net/sps/2.0).
 

Methods in net.opengis.sps.x20.impl that return StatusReportPropertyType
 StatusReportPropertyType TaskTypeImpl.addNewStatus()
          Appends and returns a new empty value (as xml) as the last "status" element
 StatusReportPropertyType[] TaskTypeImpl.getStatusArray()
          Gets array of all "status" elements
 StatusReportPropertyType TaskTypeImpl.getStatusArray(int i)
          Gets ith "status" element
 StatusReportPropertyType TaskTypeImpl.insertNewStatus(int i)
          Inserts and returns a new empty value (as xml) as the ith "status" element
 

Methods in net.opengis.sps.x20.impl with parameters of type StatusReportPropertyType
 void TaskTypeImpl.setStatusArray(int i, StatusReportPropertyType status)
          Sets ith "status" element
 void TaskTypeImpl.setStatusArray(StatusReportPropertyType[] statusArray)
          Sets array of all "status" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.