Package generated

Class FolderCT


  • public class FolderCT
    extends Object
    CT folder data relating to a folder location

    Java class for Folder_CT complex type.

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

     <complexType name="Folder_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Path" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="URLLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • urlLocation

        protected String urlLocation
    • Constructor Detail

      • FolderCT

        public FolderCT()
    • Method Detail

      • getPath

        public Object getPath()
        Gets the value of the path property.
        Returns:
        possible object is Object
      • setPath

        public void setPath​(Object value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is Object
      • getURLLocation

        public String getURLLocation()
        Gets the value of the urlLocation property.
        Returns:
        possible object is String
      • setURLLocation

        public void setURLLocation​(String value)
        Sets the value of the urlLocation property.
        Parameters:
        value - allowed object is String