|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternReferenceType | |
---|---|
net.opengis.eml.x001 | |
net.opengis.eml.x001.impl |
Uses of PatternReferenceType in net.opengis.eml.x001 |
---|
Methods in net.opengis.eml.x001 that return PatternReferenceType | |
---|---|
PatternReferenceType |
ComplexPatternType.addNewFirstPattern()
Appends and returns a new empty "FirstPattern" element |
PatternReferenceType |
RepetitivePatternType.addNewPatternToRepeat()
Appends and returns a new empty "PatternToRepeat" element |
PatternReferenceType |
ComplexPatternType.addNewSecondPattern()
Appends and returns a new empty "SecondPattern" element |
PatternReferenceType |
ComplexPatternType.getFirstPattern()
Gets the "FirstPattern" element |
PatternReferenceType |
RepetitivePatternType.getPatternToRepeat()
Gets the "PatternToRepeat" element |
PatternReferenceType |
ComplexPatternType.getSecondPattern()
Gets the "SecondPattern" element |
static PatternReferenceType |
PatternReferenceType.Factory.newInstance()
|
static PatternReferenceType |
PatternReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(File file)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(InputStream is)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(Node node)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(Reader r)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(String xmlAsString)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(URL u)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static PatternReferenceType |
PatternReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static PatternReferenceType |
PatternReferenceType.Factory.parse(XMLStreamReader sr)
|
static PatternReferenceType |
PatternReferenceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.eml.x001 with parameters of type PatternReferenceType | |
---|---|
void |
ComplexPatternType.setFirstPattern(PatternReferenceType firstPattern)
Sets the "FirstPattern" element |
void |
RepetitivePatternType.setPatternToRepeat(PatternReferenceType patternToRepeat)
Sets the "PatternToRepeat" element |
void |
ComplexPatternType.setSecondPattern(PatternReferenceType secondPattern)
Sets the "SecondPattern" element |
Uses of PatternReferenceType in net.opengis.eml.x001.impl |
---|
Classes in net.opengis.eml.x001.impl that implement PatternReferenceType | |
---|---|
class |
PatternReferenceTypeImpl
An XML PatternReferenceType(@http://www.opengis.net/eml/0.0.1). |
Methods in net.opengis.eml.x001.impl that return PatternReferenceType | |
---|---|
PatternReferenceType |
ComplexPatternTypeImpl.addNewFirstPattern()
Appends and returns a new empty "FirstPattern" element |
PatternReferenceType |
RepetitivePatternTypeImpl.addNewPatternToRepeat()
Appends and returns a new empty "PatternToRepeat" element |
PatternReferenceType |
ComplexPatternTypeImpl.addNewSecondPattern()
Appends and returns a new empty "SecondPattern" element |
PatternReferenceType |
ComplexPatternTypeImpl.getFirstPattern()
Gets the "FirstPattern" element |
PatternReferenceType |
RepetitivePatternTypeImpl.getPatternToRepeat()
Gets the "PatternToRepeat" element |
PatternReferenceType |
ComplexPatternTypeImpl.getSecondPattern()
Gets the "SecondPattern" element |
Methods in net.opengis.eml.x001.impl with parameters of type PatternReferenceType | |
---|---|
void |
ComplexPatternTypeImpl.setFirstPattern(PatternReferenceType firstPattern)
Sets the "FirstPattern" element |
void |
RepetitivePatternTypeImpl.setPatternToRepeat(PatternReferenceType patternToRepeat)
Sets the "PatternToRepeat" element |
void |
ComplexPatternTypeImpl.setSecondPattern(PatternReferenceType secondPattern)
Sets the "SecondPattern" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |