Interface LIProcessStepType

  • All Superinterfaces:
    AbstractObjectType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    LIProcessStepTypeImpl

    public interface LIProcessStepType
    extends AbstractObjectType
    An XML LI_ProcessStep_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

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

      • isSetRationale

        boolean isSetRationale()
        True if has "rationale" element
      • unsetRationale

        void unsetRationale()
        Unsets the "rationale" element
      • isSetDateTime

        boolean isSetDateTime()
        True if has "dateTime" element
      • addNewDateTime

        DateTimePropertyType addNewDateTime()
        Appends and returns a new empty "dateTime" element
      • unsetDateTime

        void unsetDateTime()
        Unsets the "dateTime" element
      • sizeOfProcessorArray

        int sizeOfProcessorArray()
        Returns number of "processor" element
      • insertNewProcessor

        CIResponsiblePartyPropertyType insertNewProcessor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "processor" element
      • removeProcessor

        void removeProcessor​(int i)
        Removes the ith "processor" element
      • sizeOfSourceArray

        int sizeOfSourceArray()
        Returns number of "source" element
      • setSourceArray

        void setSourceArray​(LISourcePropertyType[] sourceArray)
        Sets array of all "source" element
      • setSourceArray

        void setSourceArray​(int i,
                            LISourcePropertyType source)
        Sets ith "source" element
      • insertNewSource

        LISourcePropertyType insertNewSource​(int i)
        Inserts and returns a new empty value (as xml) as the ith "source" element
      • addNewSource

        LISourcePropertyType addNewSource()
        Appends and returns a new empty value (as xml) as the last "source" element
      • removeSource

        void removeSource​(int i)
        Removes the ith "source" element