it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
Class SelfDescription

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.SelfDescription

public class SelfDescription
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}ID"/>
         <element ref="{}CreatingApplication"/>
         <element ref="{}SourceIdC" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}MoreInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CreatingApplication creatingApplication
           
protected  ID id
           
protected  MoreInfo moreInfo
           
protected  java.util.List<SourceIdC> sourceIdC
           
 
Constructor Summary
SelfDescription()
           
 
Method Summary
 CreatingApplication getCreatingApplication()
          Gets the value of the creatingApplication property.
 ID getID()
          Gets the value of the id property.
 MoreInfo getMoreInfo()
          Gets the value of the moreInfo property.
 java.util.List<SourceIdC> getSourceIdC()
          Gets the value of the sourceIdC property.
 void setCreatingApplication(CreatingApplication value)
          Sets the value of the creatingApplication property.
 void setID(ID value)
          Sets the value of the id property.
 void setMoreInfo(MoreInfo value)
          Sets the value of the moreInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected ID id

creatingApplication

protected CreatingApplication creatingApplication

sourceIdC

protected java.util.List<SourceIdC> sourceIdC

moreInfo

protected MoreInfo moreInfo
Constructor Detail

SelfDescription

public SelfDescription()
Method Detail

getID

public ID getID()
Gets the value of the id property.

Returns:
possible object is ID

setID

public void setID(ID value)
Sets the value of the id property.

Parameters:
value - allowed object is ID

getCreatingApplication

public CreatingApplication getCreatingApplication()
Gets the value of the creatingApplication property.

Returns:
possible object is CreatingApplication

setCreatingApplication

public void setCreatingApplication(CreatingApplication value)
Sets the value of the creatingApplication property.

Parameters:
value - allowed object is CreatingApplication

getSourceIdC

public java.util.List<SourceIdC> getSourceIdC()
Gets the value of the sourceIdC 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 sourceIdC property.

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

    getSourceIdC().add(newItem);
 

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


getMoreInfo

public MoreInfo getMoreInfo()
Gets the value of the moreInfo property.

Returns:
possible object is MoreInfo

setMoreInfo

public void setMoreInfo(MoreInfo value)
Sets the value of the moreInfo property.

Parameters:
value - allowed object is MoreInfo