Uses of Interface
net.opengis.eml.x002.TimerPatternType
-
Packages that use TimerPatternType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of TimerPatternType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return TimerPatternType Modifier and Type Method Description TimerPatternTypeEMLDocument.EML.TimerPatterns. addNewTimerPattern()Appends and returns a new empty value (as xml) as the last "TimerPattern" elementTimerPatternTypeTimerPatternDocument. addNewTimerPattern()Appends and returns a new empty "TimerPattern" elementTimerPatternTypeTimerPatternDocument. getTimerPattern()Gets the "TimerPattern" elementTimerPatternType[]EMLDocument.EML.TimerPatterns. getTimerPatternArray()Gets array of all "TimerPattern" elementsTimerPatternTypeEMLDocument.EML.TimerPatterns. getTimerPatternArray(int i)Gets ith "TimerPattern" elementTimerPatternTypeEMLDocument.EML.TimerPatterns. insertNewTimerPattern(int i)Inserts and returns a new empty value (as xml) as the ith "TimerPattern" elementstatic TimerPatternTypeTimerPatternType.Factory. newInstance()static TimerPatternTypeTimerPatternType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(File file)static TimerPatternTypeTimerPatternType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(InputStream is)static TimerPatternTypeTimerPatternType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(Reader r)static TimerPatternTypeTimerPatternType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(String xmlAsString)static TimerPatternTypeTimerPatternType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(URL u)static TimerPatternTypeTimerPatternType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(XMLStreamReader sr)static TimerPatternTypeTimerPatternType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimerPatternTypeTimerPatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimerPatternTypeTimerPatternType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimerPatternTypeTimerPatternType.Factory. parse(Node node)static TimerPatternTypeTimerPatternType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type TimerPatternType Modifier and Type Method Description voidTimerPatternDocument. setTimerPattern(TimerPatternType timerPattern)Sets the "TimerPattern" elementvoidEMLDocument.EML.TimerPatterns. setTimerPatternArray(int i, TimerPatternType timerPattern)Sets ith "TimerPattern" elementvoidEMLDocument.EML.TimerPatterns. setTimerPatternArray(TimerPatternType[] timerPatternArray)Sets array of all "TimerPattern" element -
Uses of TimerPatternType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement TimerPatternType Modifier and Type Class Description classTimerPatternTypeImplAn XML TimerPatternType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return TimerPatternType Modifier and Type Method Description TimerPatternTypeEMLDocumentImpl.EMLImpl.TimerPatternsImpl. addNewTimerPattern()Appends and returns a new empty value (as xml) as the last "TimerPattern" elementTimerPatternTypeTimerPatternDocumentImpl. addNewTimerPattern()Appends and returns a new empty "TimerPattern" elementTimerPatternTypeTimerPatternDocumentImpl. getTimerPattern()Gets the "TimerPattern" elementTimerPatternType[]EMLDocumentImpl.EMLImpl.TimerPatternsImpl. getTimerPatternArray()Gets array of all "TimerPattern" elementsTimerPatternTypeEMLDocumentImpl.EMLImpl.TimerPatternsImpl. getTimerPatternArray(int i)Gets ith "TimerPattern" elementTimerPatternTypeEMLDocumentImpl.EMLImpl.TimerPatternsImpl. insertNewTimerPattern(int i)Inserts and returns a new empty value (as xml) as the ith "TimerPattern" elementMethods in net.opengis.eml.x002.impl with parameters of type TimerPatternType Modifier and Type Method Description voidTimerPatternDocumentImpl. setTimerPattern(TimerPatternType timerPattern)Sets the "TimerPattern" elementvoidEMLDocumentImpl.EMLImpl.TimerPatternsImpl. setTimerPatternArray(int i, TimerPatternType timerPattern)Sets ith "TimerPattern" elementvoidEMLDocumentImpl.EMLImpl.TimerPatternsImpl. setTimerPatternArray(TimerPatternType[] timerPatternArray)Sets array of all "TimerPattern" element
-