Package org.cxml
Class ModificationDetail
java.lang.Object
org.cxml.ModificationDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the description property.Gets the value of the endDate property.Gets the value of the extrinsic property.getName()Gets the value of the name property.Gets the value of the startDate property.voidSets the value of the code property.voidsetDescription(Description value) Sets the value of the description property.voidsetEndDate(String value) Sets the value of the endDate property.voidSets the value of the name property.voidsetStartDate(String value) Sets the value of the startDate property.
-
Field Details
-
name
-
code
-
startDate
-
endDate
-
description
-
extrinsic
-
-
Constructor Details
-
ModificationDetail
public ModificationDetail()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
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
-