Uses of Interface
net.opengis.eml.x001.EventContentPropertyType

Packages that use EventContentPropertyType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of EventContentPropertyType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return EventContentPropertyType
 EventContentPropertyType EventType.addNewContent()
          Appends and returns a new empty "content" element
 EventContentPropertyType EventType.getContent()
          Gets the "content" element
static EventContentPropertyType EventContentPropertyType.Factory.newInstance()
           
static EventContentPropertyType EventContentPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(File file)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(InputStream is)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(Node node)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(Reader r)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(String xmlAsString)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(URL u)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EventContentPropertyType EventContentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EventContentPropertyType EventContentPropertyType.Factory.parse(XMLStreamReader sr)
           
static EventContentPropertyType EventContentPropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type EventContentPropertyType
 void EventType.setContent(EventContentPropertyType content)
          Sets the "content" element
 

Uses of EventContentPropertyType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement EventContentPropertyType
 class EventContentPropertyTypeImpl
          An XML EventContentPropertyType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return EventContentPropertyType
 EventContentPropertyType EventTypeImpl.addNewContent()
          Appends and returns a new empty "content" element
 EventContentPropertyType EventTypeImpl.getContent()
          Gets the "content" element
 

Methods in net.opengis.eml.x001.impl with parameters of type EventContentPropertyType
 void EventTypeImpl.setContent(EventContentPropertyType content)
          Sets the "content" element
 



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