Package org.cxml

Class DsManifest


  • public class DsManifest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<DsReference> dsReference  
      protected java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      DsManifest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DsReference> getDsReference()
      Gets the value of the dsReference property.
      java.lang.String getId()
      Gets the value of the id property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • dsReference

        protected java.util.List<DsReference> dsReference
    • Constructor Detail

      • DsManifest

        public DsManifest()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getDsReference

        public java.util.List<DsReference> getDsReference()
        Gets the value of the dsReference 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 dsReference property.

        For example, to add a new item, do as follows:

            getDsReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DsReference