public class PatchBaseline 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}Validate" minOccurs="0"/> </choice> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Validate |
validate |
Constructor and Description |
---|
PatchBaseline()
Default no-arg constructor
|
PatchBaseline(Validate validate,
String id)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getId()
Gets the value of the id property.
|
Validate |
getValidate()
Gets the value of the validate property.
|
int |
hashCode() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setValidate(Validate value)
Sets the value of the validate property.
|
String |
toString() |
PatchBaseline |
withId(String value) |
PatchBaseline |
withValidate(Validate value) |
public PatchBaseline()
public PatchBaseline(Validate validate, String id)
public Validate getValidate()
Validate
public void setValidate(Validate value)
value
- allowed object is
Validate
public void setId(String value)
value
- allowed object is
String
public PatchBaseline withValidate(Validate value)
public PatchBaseline withId(String value)
Copyright © 2019. All rights reserved.