Uses of Interface
net.opengis.swe.x20.AllowedTimesType
-
Packages that use AllowedTimesType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of AllowedTimesType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return AllowedTimesType Modifier and Type Method Description AllowedTimesTypeAllowedTimesDocument. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyByValueType. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyType. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesDocument. getAllowedTimes()Gets the "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyByValueType. getAllowedTimes()Gets the "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyType. getAllowedTimes()Gets the "AllowedTimes" elementstatic AllowedTimesTypeAllowedTimesType.Factory. newInstance()static AllowedTimesTypeAllowedTimesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(File file)static AllowedTimesTypeAllowedTimesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(InputStream is)static AllowedTimesTypeAllowedTimesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(Reader r)static AllowedTimesTypeAllowedTimesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(String xmlAsString)static AllowedTimesTypeAllowedTimesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(URL u)static AllowedTimesTypeAllowedTimesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(XMLStreamReader sr)static AllowedTimesTypeAllowedTimesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AllowedTimesTypeAllowedTimesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AllowedTimesTypeAllowedTimesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AllowedTimesTypeAllowedTimesType.Factory. parse(Node node)static AllowedTimesTypeAllowedTimesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type AllowedTimesType Modifier and Type Method Description voidAllowedTimesDocument. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" elementvoidAllowedTimesPropertyByValueType. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" elementvoidAllowedTimesPropertyType. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" element -
Uses of AllowedTimesType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement AllowedTimesType Modifier and Type Class Description classAllowedTimesTypeImplAn XML AllowedTimesType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return AllowedTimesType Modifier and Type Method Description AllowedTimesTypeAllowedTimesDocumentImpl. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyByValueTypeImpl. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyTypeImpl. addNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTimesTypeAllowedTimesDocumentImpl. getAllowedTimes()Gets the "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyByValueTypeImpl. getAllowedTimes()Gets the "AllowedTimes" elementAllowedTimesTypeAllowedTimesPropertyTypeImpl. getAllowedTimes()Gets the "AllowedTimes" elementMethods in net.opengis.swe.x20.impl with parameters of type AllowedTimesType Modifier and Type Method Description voidAllowedTimesDocumentImpl. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" elementvoidAllowedTimesPropertyByValueTypeImpl. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" elementvoidAllowedTimesPropertyTypeImpl. setAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" element
-