Interface PTLocaleContainerType

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

    public interface PTLocaleContainerType
    extends org.apache.xmlbeans.XmlObject
    An XML PT_LocaleContainer_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

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

      • addNewLocale

        PTLocalePropertyType addNewLocale()
        Appends and returns a new empty "locale" element
      • sizeOfDateArray

        int sizeOfDateArray()
        Returns number of "date" element
      • setDateArray

        void setDateArray​(CIDatePropertyType[] dateArray)
        Sets array of all "date" element
      • setDateArray

        void setDateArray​(int i,
                          CIDatePropertyType date)
        Sets ith "date" element
      • insertNewDate

        CIDatePropertyType insertNewDate​(int i)
        Inserts and returns a new empty value (as xml) as the ith "date" element
      • addNewDate

        CIDatePropertyType addNewDate()
        Appends and returns a new empty value (as xml) as the last "date" element
      • removeDate

        void removeDate​(int i)
        Removes the ith "date" element
      • sizeOfResponsiblePartyArray

        int sizeOfResponsiblePartyArray()
        Returns number of "responsibleParty" element
      • setResponsiblePartyArray

        void setResponsiblePartyArray​(CIResponsiblePartyPropertyType[] responsiblePartyArray)
        Sets array of all "responsibleParty" element
      • setResponsiblePartyArray

        void setResponsiblePartyArray​(int i,
                                      CIResponsiblePartyPropertyType responsibleParty)
        Sets ith "responsibleParty" element
      • insertNewResponsibleParty

        CIResponsiblePartyPropertyType insertNewResponsibleParty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "responsibleParty" element
      • addNewResponsibleParty

        CIResponsiblePartyPropertyType addNewResponsibleParty()
        Appends and returns a new empty value (as xml) as the last "responsibleParty" element
      • removeResponsibleParty

        void removeResponsibleParty​(int i)
        Removes the ith "responsibleParty" element
      • sizeOfLocalisedStringArray

        int sizeOfLocalisedStringArray()
        Returns number of "localisedString" element
      • insertNewLocalisedString

        LocalisedCharacterStringPropertyType insertNewLocalisedString​(int i)
        Inserts and returns a new empty value (as xml) as the ith "localisedString" element
      • removeLocalisedString

        void removeLocalisedString​(int i)
        Removes the ith "localisedString" element