Uses of Interface
net.opengis.eml.x002.SimplePatternType
-
Packages that use SimplePatternType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of SimplePatternType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return SimplePatternType Modifier and Type Method Description SimplePatternTypeEMLDocument.EML.SimplePatterns. addNewSimplePattern()Appends and returns a new empty value (as xml) as the last "SimplePattern" elementSimplePatternTypeSimplePatternDocument. addNewSimplePattern()Appends and returns a new empty "SimplePattern" elementSimplePatternTypeSimplePatternDocument. getSimplePattern()Gets the "SimplePattern" elementSimplePatternType[]EMLDocument.EML.SimplePatterns. getSimplePatternArray()Gets array of all "SimplePattern" elementsSimplePatternTypeEMLDocument.EML.SimplePatterns. getSimplePatternArray(int i)Gets ith "SimplePattern" elementSimplePatternTypeEMLDocument.EML.SimplePatterns. insertNewSimplePattern(int i)Inserts and returns a new empty value (as xml) as the ith "SimplePattern" elementstatic SimplePatternTypeSimplePatternType.Factory. newInstance()static SimplePatternTypeSimplePatternType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(File file)static SimplePatternTypeSimplePatternType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(InputStream is)static SimplePatternTypeSimplePatternType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(Reader r)static SimplePatternTypeSimplePatternType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(String xmlAsString)static SimplePatternTypeSimplePatternType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(URL u)static SimplePatternTypeSimplePatternType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(XMLStreamReader sr)static SimplePatternTypeSimplePatternType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SimplePatternTypeSimplePatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SimplePatternTypeSimplePatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SimplePatternTypeSimplePatternType.Factory. parse(Node node)static SimplePatternTypeSimplePatternType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type SimplePatternType Modifier and Type Method Description voidSimplePatternDocument. setSimplePattern(SimplePatternType simplePattern)Sets the "SimplePattern" elementvoidEMLDocument.EML.SimplePatterns. setSimplePatternArray(int i, SimplePatternType simplePattern)Sets ith "SimplePattern" elementvoidEMLDocument.EML.SimplePatterns. setSimplePatternArray(SimplePatternType[] simplePatternArray)Sets array of all "SimplePattern" element -
Uses of SimplePatternType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement SimplePatternType Modifier and Type Class Description classSimplePatternTypeImplAn XML SimplePatternType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return SimplePatternType Modifier and Type Method Description SimplePatternTypeEMLDocumentImpl.EMLImpl.SimplePatternsImpl. addNewSimplePattern()Appends and returns a new empty value (as xml) as the last "SimplePattern" elementSimplePatternTypeSimplePatternDocumentImpl. addNewSimplePattern()Appends and returns a new empty "SimplePattern" elementSimplePatternTypeSimplePatternDocumentImpl. getSimplePattern()Gets the "SimplePattern" elementSimplePatternType[]EMLDocumentImpl.EMLImpl.SimplePatternsImpl. getSimplePatternArray()Gets array of all "SimplePattern" elementsSimplePatternTypeEMLDocumentImpl.EMLImpl.SimplePatternsImpl. getSimplePatternArray(int i)Gets ith "SimplePattern" elementSimplePatternTypeEMLDocumentImpl.EMLImpl.SimplePatternsImpl. insertNewSimplePattern(int i)Inserts and returns a new empty value (as xml) as the ith "SimplePattern" elementMethods in net.opengis.eml.x002.impl with parameters of type SimplePatternType Modifier and Type Method Description voidSimplePatternDocumentImpl. setSimplePattern(SimplePatternType simplePattern)Sets the "SimplePattern" elementvoidEMLDocumentImpl.EMLImpl.SimplePatternsImpl. setSimplePatternArray(int i, SimplePatternType simplePattern)Sets ith "SimplePattern" elementvoidEMLDocumentImpl.EMLImpl.SimplePatternsImpl. setSimplePatternArray(SimplePatternType[] simplePatternArray)Sets array of all "SimplePattern" element
-