public class SetProperty extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Action" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="After" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Before" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Sequence" type="{http://schemas.microsoft.com/wix/2006/wi}SequenceType" /> <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected String |
after |
protected String |
before |
protected String |
id |
protected SequenceType |
sequence |
protected String |
setPropertyValue |
protected String |
value |
Constructor and Description |
---|
SetProperty()
Default no-arg constructor
|
SetProperty(String value,
String action,
String after,
String before,
String id,
SequenceType sequence,
String setPropertyValue,
Map<QName,String> otherAttributes)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getAction()
Gets the value of the action property.
|
String |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getId()
Gets the value of the id property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
SequenceType |
getSequence()
Gets the value of the sequence property.
|
String |
getSetPropertyValue()
Gets the value of the setPropertyValue property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSequence(SequenceType value)
Sets the value of the sequence property.
|
void |
setSetPropertyValue(String value)
Sets the value of the setPropertyValue property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
SetProperty |
withAction(String value) |
SetProperty |
withAfter(String value) |
SetProperty |
withBefore(String value) |
SetProperty |
withId(String value) |
SetProperty |
withSequence(SequenceType value) |
SetProperty |
withSetPropertyValue(String value) |
SetProperty |
withValue(String value) |
protected SequenceType sequence
protected String setPropertyValue
public SetProperty()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public String getAfter()
String
public void setAfter(String value)
value
- allowed object is
String
public String getBefore()
String
public void setBefore(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public SequenceType getSequence()
SequenceType
public void setSequence(SequenceType value)
value
- allowed object is
SequenceType
public String getSetPropertyValue()
String
public void setSetPropertyValue(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public SetProperty withValue(String value)
public SetProperty withAction(String value)
public SetProperty withAfter(String value)
public SetProperty withBefore(String value)
public SetProperty withId(String value)
public SetProperty withSequence(SequenceType value)
public SetProperty withSetPropertyValue(String value)
Copyright © 2019. All rights reserved.