Package org.cxml

Class ModificationDetail


  • public class ModificationDetail
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ModificationDetail

        public ModificationDetail()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Description
      • 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 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