Interface RepetitivePatternType

  • All Superinterfaces:
    AbstractPatternType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    RepetitivePatternTypeImpl

    public interface RepetitivePatternType
    extends AbstractPatternType
    An XML RepetitivePatternType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getEventCount

        BigInteger getEventCount()
        Gets the "EventCount" element
      • xgetEventCount

        org.apache.xmlbeans.XmlPositiveInteger xgetEventCount()
        Gets (as xml) the "EventCount" element
      • setEventCount

        void setEventCount​(BigInteger eventCount)
        Sets the "EventCount" element
      • xsetEventCount

        void xsetEventCount​(org.apache.xmlbeans.XmlPositiveInteger eventCount)
        Sets (as xml) the "EventCount" element
      • setPatternToRepeat

        void setPatternToRepeat​(PatternReferenceType patternToRepeat)
        Sets the "PatternToRepeat" element
      • addNewPatternToRepeat

        PatternReferenceType addNewPatternToRepeat()
        Appends and returns a new empty "PatternToRepeat" element