Uses of Interface
net.opengis.eml.x002.AbstractPatternType
-
Packages that use AbstractPatternType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of AbstractPatternType in net.opengis.eml.x002
Subinterfaces of AbstractPatternType in net.opengis.eml.x002 Modifier and Type Interface Description interfaceAbstractGuardedViewPatternTypeAn XML AbstractGuardedViewPatternType(@http://www.opengis.net/eml/0.0.2).interfaceAbstractViewPatternTypeAn XML AbstractViewPatternType(@http://www.opengis.net/eml/0.0.2).static interfaceComplexPatternDocument.ComplexPatternAn XML ComplexPattern(@http://www.opengis.net/eml/0.0.2).interfaceComplexPatternTypeAn XML ComplexPatternType(@http://www.opengis.net/eml/0.0.2).interfaceRepetitivePatternTypeAn XML RepetitivePatternType(@http://www.opengis.net/eml/0.0.2).interfaceSimplePatternTypeAn XML SimplePatternType(@http://www.opengis.net/eml/0.0.2).interfaceTimerPatternTypeAn XML TimerPatternType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002 that return AbstractPatternType Modifier and Type Method Description AbstractPatternTypeAbstractPatternDocument. addNewAbstractPattern()Appends and returns a new empty "AbstractPattern" elementAbstractPatternTypeAbstractPatternDocument. getAbstractPattern()Gets the "AbstractPattern" elementstatic AbstractPatternTypeAbstractPatternType.Factory. newInstance()static AbstractPatternTypeAbstractPatternType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(File file)static AbstractPatternTypeAbstractPatternType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(InputStream is)static AbstractPatternTypeAbstractPatternType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(Reader r)static AbstractPatternTypeAbstractPatternType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(String xmlAsString)static AbstractPatternTypeAbstractPatternType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(URL u)static AbstractPatternTypeAbstractPatternType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(XMLStreamReader sr)static AbstractPatternTypeAbstractPatternType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractPatternTypeAbstractPatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractPatternTypeAbstractPatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractPatternTypeAbstractPatternType.Factory. parse(Node node)static AbstractPatternTypeAbstractPatternType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type AbstractPatternType Modifier and Type Method Description voidAbstractPatternDocument. setAbstractPattern(AbstractPatternType abstractPattern)Sets the "AbstractPattern" element -
Uses of AbstractPatternType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement AbstractPatternType Modifier and Type Class Description classAbstractGuardedViewPatternTypeImplAn XML AbstractGuardedViewPatternType(@http://www.opengis.net/eml/0.0.2).classAbstractPatternTypeImplAn XML AbstractPatternType(@http://www.opengis.net/eml/0.0.2).classAbstractViewPatternTypeImplAn XML AbstractViewPatternType(@http://www.opengis.net/eml/0.0.2).static classComplexPatternDocumentImpl.ComplexPatternImplAn XML ComplexPattern(@http://www.opengis.net/eml/0.0.2).classComplexPatternTypeImplAn XML ComplexPatternType(@http://www.opengis.net/eml/0.0.2).classRepetitivePatternTypeImplAn XML RepetitivePatternType(@http://www.opengis.net/eml/0.0.2).classSimplePatternTypeImplAn XML SimplePatternType(@http://www.opengis.net/eml/0.0.2).classTimerPatternTypeImplAn XML TimerPatternType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return AbstractPatternType Modifier and Type Method Description AbstractPatternTypeAbstractPatternDocumentImpl. addNewAbstractPattern()Appends and returns a new empty "AbstractPattern" elementAbstractPatternTypeAbstractPatternDocumentImpl. getAbstractPattern()Gets the "AbstractPattern" elementMethods in net.opengis.eml.x002.impl with parameters of type AbstractPatternType Modifier and Type Method Description voidAbstractPatternDocumentImpl. setAbstractPattern(AbstractPatternType abstractPattern)Sets the "AbstractPattern" element
-