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

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

Uses of TimerPatternType in net.opengis.eml.x001
 

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

Methods in net.opengis.eml.x001 with parameters of type TimerPatternType
 void TimerPatternDocument.setTimerPattern(TimerPatternType timerPattern)
          Sets the "TimerPattern" element
 void EMLDocument.EML.TimerPatterns.setTimerPatternArray(int i, TimerPatternType timerPattern)
          Sets ith "TimerPattern" element
 void EMLDocument.EML.TimerPatterns.setTimerPatternArray(TimerPatternType[] timerPatternArray)
          Sets array of all "TimerPattern" element
 

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

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

Methods in net.opengis.eml.x001.impl that return TimerPatternType
 TimerPatternType TimerPatternDocumentImpl.addNewTimerPattern()
          Appends and returns a new empty "TimerPattern" element
 TimerPatternType EMLDocumentImpl.EMLImpl.TimerPatternsImpl.addNewTimerPattern()
          Appends and returns a new empty value (as xml) as the last "TimerPattern" element
 TimerPatternType TimerPatternDocumentImpl.getTimerPattern()
          Gets the "TimerPattern" element
 TimerPatternType[] EMLDocumentImpl.EMLImpl.TimerPatternsImpl.getTimerPatternArray()
          Gets array of all "TimerPattern" elements
 TimerPatternType EMLDocumentImpl.EMLImpl.TimerPatternsImpl.getTimerPatternArray(int i)
          Gets ith "TimerPattern" element
 TimerPatternType EMLDocumentImpl.EMLImpl.TimerPatternsImpl.insertNewTimerPattern(int i)
          Inserts and returns a new empty value (as xml) as the ith "TimerPattern" element
 

Methods in net.opengis.eml.x001.impl with parameters of type TimerPatternType
 void TimerPatternDocumentImpl.setTimerPattern(TimerPatternType timerPattern)
          Sets the "TimerPattern" element
 void EMLDocumentImpl.EMLImpl.TimerPatternsImpl.setTimerPatternArray(int i, TimerPatternType timerPattern)
          Sets ith "TimerPattern" element
 void EMLDocumentImpl.EMLImpl.TimerPatternsImpl.setTimerPatternArray(TimerPatternType[] timerPatternArray)
          Sets array of all "TimerPattern" element
 



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