Package generated
Class FolderCT
- java.lang.Object
-
- generated.FolderCT
-
public class FolderCT extends Object
CT folder data relating to a folder locationJava 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 Summary
Fields Modifier and Type Field Description protected Object
path
protected String
urlLocation
-
Constructor Summary
Constructors Constructor Description FolderCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getPath()
Gets the value of the path property.String
getURLLocation()
Gets the value of the urlLocation property.void
setPath(Object value)
Sets the value of the path property.void
setURLLocation(String value)
Sets the value of the urlLocation property.
-
-
-
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 isObject
-
getURLLocation
public String getURLLocation()
Gets the value of the urlLocation property.- Returns:
- possible object is
String
-
-