public class ModificationDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected Description |
description |
protected java.lang.String |
endDate |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
name |
protected java.lang.String |
startDate |
| Constructor and Description |
|---|
ModificationDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getEndDate()
Gets the value of the endDate property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getStartDate()
Gets the value of the startDate property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setEndDate(java.lang.String value)
Sets the value of the endDate property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setStartDate(java.lang.String value)
Sets the value of the startDate property.
|
protected java.lang.String name
protected java.lang.String code
protected java.lang.String startDate
protected java.lang.String endDate
protected Description description
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartDate()
Stringpublic void setStartDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndDate()
Stringpublic void setEndDate(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.util.List<Extrinsic> getExtrinsic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.