Class Detail

    • Constructor Detail

      • Detail

        public Detail()
    • Method Detail

      • addDetailEntry

        public DetailEntry addDetailEntry​(Name name)
                                   throws SOAPException
        Creates a new DetailEntry object with the given name and adds it to this Detail object.
        Specified by:
        addDetailEntry in interface Detail
        Parameters:
        name - a Name object identifying the new DetailEntry object
        Returns:
        DetailEntry.
        Throws:
        SOAPException - thrown when there is a problem in adding a DetailEntry object to this Detail object.
      • getDetailEntries

        public java.util.Iterator getDetailEntries()
        Gets a list of the detail entries in this Detail object.
        Specified by:
        getDetailEntries in interface Detail
        Returns:
        an Iterator object over the DetailEntry objects in this Detail object