|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.SelfDescription
public class SelfDescription
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 |
---|
protected ID id
protected CreatingApplication creatingApplication
protected java.util.List<SourceIdC> sourceIdC
protected MoreInfo moreInfo
Constructor Detail |
---|
public SelfDescription()
Method Detail |
---|
public ID getID()
ID
public void setID(ID value)
value
- allowed object is
ID
public CreatingApplication getCreatingApplication()
CreatingApplication
public void setCreatingApplication(CreatingApplication value)
value
- allowed object is
CreatingApplication
public java.util.List<SourceIdC> getSourceIdC()
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
public MoreInfo getMoreInfo()
MoreInfo
public void setMoreInfo(MoreInfo value)
value
- allowed object is
MoreInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |