Interface FirmType

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

    public interface FirmType
    extends org.apache.xmlbeans.XmlObject
    An XML FirmType(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfAddressLineArray

        int sizeOfAddressLineArray()
        Returns number of "AddressLine" element
      • insertNewAddressLine

        AddressLineDocument.AddressLine insertNewAddressLine​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
      • removeAddressLine

        void removeAddressLine​(int i)
        Removes the ith "AddressLine" element
      • getFirmNameArray

        FirmType.FirmName[] getFirmNameArray()
        Gets array of all "FirmName" elements
      • getFirmNameArray

        FirmType.FirmName getFirmNameArray​(int i)
        Gets ith "FirmName" element
      • sizeOfFirmNameArray

        int sizeOfFirmNameArray()
        Returns number of "FirmName" element
      • setFirmNameArray

        void setFirmNameArray​(FirmType.FirmName[] firmNameArray)
        Sets array of all "FirmName" element
      • setFirmNameArray

        void setFirmNameArray​(int i,
                              FirmType.FirmName firmName)
        Sets ith "FirmName" element
      • insertNewFirmName

        FirmType.FirmName insertNewFirmName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "FirmName" element
      • addNewFirmName

        FirmType.FirmName addNewFirmName()
        Appends and returns a new empty value (as xml) as the last "FirmName" element
      • removeFirmName

        void removeFirmName​(int i)
        Removes the ith "FirmName" element
      • sizeOfDepartmentArray

        int sizeOfDepartmentArray()
        Returns number of "Department" element
      • insertNewDepartment

        DepartmentDocument.Department insertNewDepartment​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Department" element
      • addNewDepartment

        DepartmentDocument.Department addNewDepartment()
        Appends and returns a new empty value (as xml) as the last "Department" element
      • removeDepartment

        void removeDepartment​(int i)
        Removes the ith "Department" element
      • getMailStop

        MailStopType getMailStop()
        Gets the "MailStop" element
      • isSetMailStop

        boolean isSetMailStop()
        True if has "MailStop" element
      • setMailStop

        void setMailStop​(MailStopType mailStop)
        Sets the "MailStop" element
      • addNewMailStop

        MailStopType addNewMailStop()
        Appends and returns a new empty "MailStop" element
      • unsetMailStop

        void unsetMailStop()
        Unsets the "MailStop" element
      • isSetPostalCode

        boolean isSetPostalCode()
        True if has "PostalCode" element
      • unsetPostalCode

        void unsetPostalCode()
        Unsets the "PostalCode" element
      • getType

        org.apache.xmlbeans.XmlAnySimpleType getType()
        Gets the "Type" attribute
      • isSetType

        boolean isSetType()
        True if has "Type" attribute
      • setType

        void setType​(org.apache.xmlbeans.XmlAnySimpleType type)
        Sets the "Type" attribute
      • addNewType

        org.apache.xmlbeans.XmlAnySimpleType addNewType()
        Appends and returns a new empty "Type" attribute
      • unsetType

        void unsetType()
        Unsets the "Type" attribute