Uses of Interface
net.opengis.eml.x002.GuardType
-
Packages that use GuardType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of GuardType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return GuardType Modifier and Type Method Description GuardTypeAbstractGuardedViewPatternType. addNewGuard()Appends and returns a new empty "Guard" elementGuardTypeGuardDocument. addNewGuard()Appends and returns a new empty "Guard" elementGuardTypeAbstractGuardedViewPatternType. getGuard()Gets the "Guard" elementGuardTypeGuardDocument. getGuard()Gets the "Guard" elementstatic GuardTypeGuardType.Factory. newInstance()static GuardTypeGuardType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(File file)static GuardTypeGuardType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(InputStream is)static GuardTypeGuardType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(Reader r)static GuardTypeGuardType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(String xmlAsString)static GuardTypeGuardType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(URL u)static GuardTypeGuardType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(XMLStreamReader sr)static GuardTypeGuardType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GuardTypeGuardType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GuardTypeGuardType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GuardTypeGuardType.Factory. parse(Node node)static GuardTypeGuardType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type GuardType Modifier and Type Method Description voidAbstractGuardedViewPatternType. setGuard(GuardType guard)Sets the "Guard" elementvoidGuardDocument. setGuard(GuardType guard)Sets the "Guard" element -
Uses of GuardType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement GuardType Modifier and Type Class Description classGuardTypeImplAn XML GuardType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return GuardType Modifier and Type Method Description GuardTypeAbstractGuardedViewPatternTypeImpl. addNewGuard()Appends and returns a new empty "Guard" elementGuardTypeGuardDocumentImpl. addNewGuard()Appends and returns a new empty "Guard" elementGuardTypeAbstractGuardedViewPatternTypeImpl. getGuard()Gets the "Guard" elementGuardTypeGuardDocumentImpl. getGuard()Gets the "Guard" elementMethods in net.opengis.eml.x002.impl with parameters of type GuardType Modifier and Type Method Description voidAbstractGuardedViewPatternTypeImpl. setGuard(GuardType guard)Sets the "Guard" elementvoidGuardDocumentImpl. setGuard(GuardType guard)Sets the "Guard" element
-