public static class ChangeSpecification.HasChange 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> <element name="Addition" type="{http://purl.org/wf4ever/roevo#}Change"/> <element name="Modification" type="{http://purl.org/wf4ever/roevo#}Change"/> <element name="Removal" type="{http://purl.org/wf4ever/roevo#}Change"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Change |
addition |
protected Change |
modification |
protected Change |
removal |
Constructor and Description |
---|
ChangeSpecification.HasChange() |
Modifier and Type | Method and Description |
---|---|
Change |
getAddition()
Gets the value of the addition property.
|
Change |
getModification()
Gets the value of the modification property.
|
Change |
getRemoval()
Gets the value of the removal property.
|
void |
setAddition(Change value)
Sets the value of the addition property.
|
void |
setModification(Change value)
Sets the value of the modification property.
|
void |
setRemoval(Change value)
Sets the value of the removal property.
|
protected Change addition
protected Change modification
protected Change removal
public Change getAddition()
Change
public void setAddition(Change value)
value
- allowed object is
Change
public Change getModification()
Change
public void setModification(Change value)
value
- allowed object is
Change
public Change getRemoval()
Change
Copyright © 2014 myGrid. All rights reserved.