public class RemoveRegistryKey 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"> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Action"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="removeOnInstall"/> <enumeration value="removeOnUninstall"/> </restriction> </simpleType> </attribute> <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Root" type="{http://schemas.microsoft.com/wix/2006/wi}RegistryRootType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String |
id |
protected String |
key |
protected RegistryRootType |
root |
Constructor and Description |
---|
RemoveRegistryKey()
Default no-arg constructor
|
RemoveRegistryKey(String id,
String action,
String key,
RegistryRootType root)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getAction()
Gets the value of the action property.
|
String |
getId()
Gets the value of the id property.
|
String |
getKey()
Gets the value of the key property.
|
RegistryRootType |
getRoot()
Gets the value of the root property.
|
int |
hashCode() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setRoot(RegistryRootType value)
Sets the value of the root property.
|
String |
toString() |
RemoveRegistryKey |
withAction(String value) |
RemoveRegistryKey |
withId(String value) |
RemoveRegistryKey |
withKey(String value) |
RemoveRegistryKey |
withRoot(RegistryRootType value) |
protected RegistryRootType root
public RemoveRegistryKey()
public RemoveRegistryKey(String id, String action, String key, RegistryRootType root)
public void setId(String value)
value
- allowed object is
String
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public RegistryRootType getRoot()
RegistryRootType
public void setRoot(RegistryRootType value)
value
- allowed object is
RegistryRootType
public RemoveRegistryKey withId(String value)
public RemoveRegistryKey withAction(String value)
public RemoveRegistryKey withKey(String value)
public RemoveRegistryKey withRoot(RegistryRootType value)
Copyright © 2019. All rights reserved.