public class DirectorySearchRef extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://schemas.microsoft.com/wix/2006/wi}DirectorySearch"/> <element ref="{http://schemas.microsoft.com/wix/2006/wi}DirectorySearchRef"/> <element ref="{http://schemas.microsoft.com/wix/2006/wi}FileSearch"/> <element ref="{http://schemas.microsoft.com/wix/2006/wi}FileSearchRef"/> </choice> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Path" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DirectorySearch |
directorySearch |
protected DirectorySearchRef |
directorySearchRef |
protected FileSearch |
fileSearch |
protected FileSearchRef |
fileSearchRef |
protected String |
id |
protected String |
parent |
protected String |
path |
Constructor and Description |
---|
DirectorySearchRef()
Default no-arg constructor
|
DirectorySearchRef(DirectorySearch directorySearch,
DirectorySearchRef directorySearchRef,
FileSearch fileSearch,
FileSearchRef fileSearchRef,
String id,
String parent,
String path)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
DirectorySearch |
getDirectorySearch()
Gets the value of the directorySearch property.
|
DirectorySearchRef |
getDirectorySearchRef()
Gets the value of the directorySearchRef property.
|
FileSearch |
getFileSearch()
Gets the value of the fileSearch property.
|
FileSearchRef |
getFileSearchRef()
Gets the value of the fileSearchRef property.
|
String |
getId()
Gets the value of the id property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getPath()
Gets the value of the path property.
|
int |
hashCode() |
void |
setDirectorySearch(DirectorySearch value)
Sets the value of the directorySearch property.
|
void |
setDirectorySearchRef(DirectorySearchRef value)
Sets the value of the directorySearchRef property.
|
void |
setFileSearch(FileSearch value)
Sets the value of the fileSearch property.
|
void |
setFileSearchRef(FileSearchRef value)
Sets the value of the fileSearchRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setPath(String value)
Sets the value of the path property.
|
String |
toString() |
DirectorySearchRef |
withDirectorySearch(DirectorySearch value) |
DirectorySearchRef |
withDirectorySearchRef(DirectorySearchRef value) |
DirectorySearchRef |
withFileSearch(FileSearch value) |
DirectorySearchRef |
withFileSearchRef(FileSearchRef value) |
DirectorySearchRef |
withId(String value) |
DirectorySearchRef |
withParent(String value) |
DirectorySearchRef |
withPath(String value) |
protected DirectorySearch directorySearch
protected DirectorySearchRef directorySearchRef
protected FileSearch fileSearch
protected FileSearchRef fileSearchRef
public DirectorySearchRef()
public DirectorySearchRef(DirectorySearch directorySearch, DirectorySearchRef directorySearchRef, FileSearch fileSearch, FileSearchRef fileSearchRef, String id, String parent, String path)
public DirectorySearch getDirectorySearch()
DirectorySearch
public void setDirectorySearch(DirectorySearch value)
value
- allowed object is
DirectorySearch
public DirectorySearchRef getDirectorySearchRef()
DirectorySearchRef
public void setDirectorySearchRef(DirectorySearchRef value)
value
- allowed object is
DirectorySearchRef
public FileSearch getFileSearch()
FileSearch
public void setFileSearch(FileSearch value)
value
- allowed object is
FileSearch
public FileSearchRef getFileSearchRef()
FileSearchRef
public void setFileSearchRef(FileSearchRef value)
value
- allowed object is
FileSearchRef
public void setId(String value)
value
- allowed object is
String
public String getParent()
String
public void setParent(String value)
value
- allowed object is
String
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public DirectorySearchRef withDirectorySearch(DirectorySearch value)
public DirectorySearchRef withDirectorySearchRef(DirectorySearchRef value)
public DirectorySearchRef withFileSearch(FileSearch value)
public DirectorySearchRef withFileSearchRef(FileSearchRef value)
public DirectorySearchRef withId(String value)
public DirectorySearchRef withParent(String value)
public DirectorySearchRef withPath(String value)
Copyright © 2019. All rights reserved.