Uses of Interface
net.opengis.eml.x002.SimplePatternType.Input
-
Packages that use SimplePatternType.Input Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of SimplePatternType.Input in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return SimplePatternType.Input Modifier and Type Method Description SimplePatternType.InputSimplePatternType. addNewInput()Appends and returns a new empty "Input" elementSimplePatternType.InputSimplePatternType. getInput()Gets the "Input" elementstatic SimplePatternType.InputSimplePatternType.Input.Factory. newInstance()static SimplePatternType.InputSimplePatternType.Input.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type SimplePatternType.Input Modifier and Type Method Description voidSimplePatternType. setInput(SimplePatternType.Input input)Sets the "Input" element -
Uses of SimplePatternType.Input in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement SimplePatternType.Input Modifier and Type Class Description static classSimplePatternTypeImpl.InputImplAn XML Input(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return SimplePatternType.Input Modifier and Type Method Description SimplePatternType.InputSimplePatternTypeImpl. addNewInput()Appends and returns a new empty "Input" elementSimplePatternType.InputSimplePatternTypeImpl. getInput()Gets the "Input" elementMethods in net.opengis.eml.x002.impl with parameters of type SimplePatternType.Input Modifier and Type Method Description voidSimplePatternTypeImpl. setInput(SimplePatternType.Input input)Sets the "Input" element
-