Package org.cxml
Class ModificationDetail
- java.lang.Object
-
- org.cxml.ModificationDetail
-
public class ModificationDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcodeprotected Descriptiondescriptionprotected java.lang.StringendDateprotected java.util.List<Extrinsic>extrinsicprotected java.lang.Stringnameprotected java.lang.StringstartDate
-
Constructor Summary
Constructors Constructor Description ModificationDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the value of the code property.DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetEndDate()Gets the value of the endDate property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetStartDate()Gets the value of the startDate property.voidsetCode(java.lang.String value)Sets the value of the code property.voidsetDescription(Description value)Sets the value of the description property.voidsetEndDate(java.lang.String value)Sets the value of the endDate property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetStartDate(java.lang.String value)Sets the value of the startDate property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
code
protected java.lang.String code
-
startDate
protected java.lang.String startDate
-
endDate
protected java.lang.String endDate
-
description
protected Description description
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCode
public java.lang.String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(java.lang.String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getStartDate
public java.lang.String getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
public void setStartDate(java.lang.String value)
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
public java.lang.String getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
public void setEndDate(java.lang.String value)
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic property.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
setmethod 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
-
-