Class WelcomeFileList


  • public class WelcomeFileList
    extends Object
    web-common_3_0.xsd

    Java class for welcome-file-listType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="welcome-file-listType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="welcome-file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WelcomeFileList

        public WelcomeFileList()
    • Method Detail

      • getWelcomeFile

        public List<String> getWelcomeFile()
      • getId

        public String getId()
      • setId

        public void setId​(String value)