Uses of Interface
net.opengis.swe.x20.AllowedTokensType
-
Packages that use AllowedTokensType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of AllowedTokensType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return AllowedTokensType Modifier and Type Method Description AllowedTokensTypeAllowedTokensDocument. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyByValueType. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyType. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensDocument. getAllowedTokens()Gets the "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyByValueType. getAllowedTokens()Gets the "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyType. getAllowedTokens()Gets the "AllowedTokens" elementstatic AllowedTokensTypeAllowedTokensType.Factory. newInstance()static AllowedTokensTypeAllowedTokensType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(File file)static AllowedTokensTypeAllowedTokensType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(InputStream is)static AllowedTokensTypeAllowedTokensType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(Reader r)static AllowedTokensTypeAllowedTokensType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(String xmlAsString)static AllowedTokensTypeAllowedTokensType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(URL u)static AllowedTokensTypeAllowedTokensType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(XMLStreamReader sr)static AllowedTokensTypeAllowedTokensType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AllowedTokensTypeAllowedTokensType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AllowedTokensTypeAllowedTokensType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AllowedTokensTypeAllowedTokensType.Factory. parse(Node node)static AllowedTokensTypeAllowedTokensType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type AllowedTokensType Modifier and Type Method Description voidAllowedTokensDocument. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" elementvoidAllowedTokensPropertyByValueType. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" elementvoidAllowedTokensPropertyType. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" element -
Uses of AllowedTokensType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement AllowedTokensType Modifier and Type Class Description classAllowedTokensTypeImplAn XML AllowedTokensType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return AllowedTokensType Modifier and Type Method Description AllowedTokensTypeAllowedTokensDocumentImpl. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyByValueTypeImpl. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyTypeImpl. addNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedTokensTypeAllowedTokensDocumentImpl. getAllowedTokens()Gets the "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyByValueTypeImpl. getAllowedTokens()Gets the "AllowedTokens" elementAllowedTokensTypeAllowedTokensPropertyTypeImpl. getAllowedTokens()Gets the "AllowedTokens" elementMethods in net.opengis.swe.x20.impl with parameters of type AllowedTokensType Modifier and Type Method Description voidAllowedTokensDocumentImpl. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" elementvoidAllowedTokensPropertyByValueTypeImpl. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" elementvoidAllowedTokensPropertyTypeImpl. setAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" element
-