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

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

Uses of SimplePatternType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return SimplePatternType
 SimplePatternType EMLDocument.EML.SimplePatterns.addNewSimplePattern()
          Appends and returns a new empty value (as xml) as the last "SimplePattern" element
 SimplePatternType SimplePatternDocument.addNewSimplePattern()
          Appends and returns a new empty "SimplePattern" element
 SimplePatternType SimplePatternDocument.getSimplePattern()
          Gets the "SimplePattern" element
 SimplePatternType[] EMLDocument.EML.SimplePatterns.getSimplePatternArray()
          Gets array of all "SimplePattern" elements
 SimplePatternType EMLDocument.EML.SimplePatterns.getSimplePatternArray(int i)
          Gets ith "SimplePattern" element
 SimplePatternType EMLDocument.EML.SimplePatterns.insertNewSimplePattern(int i)
          Inserts and returns a new empty value (as xml) as the ith "SimplePattern" element
static SimplePatternType SimplePatternType.Factory.newInstance()
           
static SimplePatternType SimplePatternType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(File file)
           
static SimplePatternType SimplePatternType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(InputStream is)
           
static SimplePatternType SimplePatternType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(Node node)
           
static SimplePatternType SimplePatternType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(Reader r)
           
static SimplePatternType SimplePatternType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(String xmlAsString)
           
static SimplePatternType SimplePatternType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(URL u)
           
static SimplePatternType SimplePatternType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SimplePatternType SimplePatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SimplePatternType SimplePatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SimplePatternType SimplePatternType.Factory.parse(XMLStreamReader sr)
           
static SimplePatternType SimplePatternType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type SimplePatternType
 void SimplePatternDocument.setSimplePattern(SimplePatternType simplePattern)
          Sets the "SimplePattern" element
 void EMLDocument.EML.SimplePatterns.setSimplePatternArray(int i, SimplePatternType simplePattern)
          Sets ith "SimplePattern" element
 void EMLDocument.EML.SimplePatterns.setSimplePatternArray(SimplePatternType[] simplePatternArray)
          Sets array of all "SimplePattern" element
 

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

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

Methods in net.opengis.eml.x001.impl that return SimplePatternType
 SimplePatternType SimplePatternDocumentImpl.addNewSimplePattern()
          Appends and returns a new empty "SimplePattern" element
 SimplePatternType EMLDocumentImpl.EMLImpl.SimplePatternsImpl.addNewSimplePattern()
          Appends and returns a new empty value (as xml) as the last "SimplePattern" element
 SimplePatternType SimplePatternDocumentImpl.getSimplePattern()
          Gets the "SimplePattern" element
 SimplePatternType[] EMLDocumentImpl.EMLImpl.SimplePatternsImpl.getSimplePatternArray()
          Gets array of all "SimplePattern" elements
 SimplePatternType EMLDocumentImpl.EMLImpl.SimplePatternsImpl.getSimplePatternArray(int i)
          Gets ith "SimplePattern" element
 SimplePatternType EMLDocumentImpl.EMLImpl.SimplePatternsImpl.insertNewSimplePattern(int i)
          Inserts and returns a new empty value (as xml) as the ith "SimplePattern" element
 

Methods in net.opengis.eml.x001.impl with parameters of type SimplePatternType
 void SimplePatternDocumentImpl.setSimplePattern(SimplePatternType simplePattern)
          Sets the "SimplePattern" element
 void EMLDocumentImpl.EMLImpl.SimplePatternsImpl.setSimplePatternArray(int i, SimplePatternType simplePattern)
          Sets ith "SimplePattern" element
 void EMLDocumentImpl.EMLImpl.SimplePatternsImpl.setSimplePatternArray(SimplePatternType[] simplePatternArray)
          Sets array of all "SimplePattern" element
 



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