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

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

Uses of GuardType in net.opengis.eml.x001
 

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

Methods in net.opengis.eml.x001 with parameters of type GuardType
 void AbstractGuardedViewPatternType.setGuard(GuardType guard)
          Sets the "Guard" element
 void GuardDocument.setGuard(GuardType guard)
          Sets the "Guard" element
 

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

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

Methods in net.opengis.eml.x001.impl that return GuardType
 GuardType GuardDocumentImpl.addNewGuard()
          Appends and returns a new empty "Guard" element
 GuardType AbstractGuardedViewPatternTypeImpl.addNewGuard()
          Appends and returns a new empty "Guard" element
 GuardType GuardDocumentImpl.getGuard()
          Gets the "Guard" element
 GuardType AbstractGuardedViewPatternTypeImpl.getGuard()
          Gets the "Guard" element
 

Methods in net.opengis.eml.x001.impl with parameters of type GuardType
 void GuardDocumentImpl.setGuard(GuardType guard)
          Sets the "Guard" element
 void AbstractGuardedViewPatternTypeImpl.setGuard(GuardType guard)
          Sets the "Guard" element
 



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