|
||||||||||
| 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.VdC
public class VdC
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="{}SourceVdC" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}VdCGroup" minOccurs="0"/>
<element ref="{}MoreInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ID |
id
|
protected MoreInfo |
moreInfo
|
protected java.util.List<SourceVdC> |
sourceVdC
|
protected VdCGroup |
vdCGroup
|
| Constructor Summary | |
|---|---|
VdC()
|
|
| Method Summary | |
|---|---|
ID |
getID()
Gets the value of the id property. |
MoreInfo |
getMoreInfo()
Gets the value of the moreInfo property. |
java.util.List<SourceVdC> |
getSourceVdC()
Gets the value of the sourceVdC property. |
VdCGroup |
getVdCGroup()
Gets the value of the vdCGroup property. |
void |
setID(ID value)
Sets the value of the id property. |
void |
setMoreInfo(MoreInfo value)
Sets the value of the moreInfo property. |
void |
setVdCGroup(VdCGroup value)
Sets the value of the vdCGroup 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 java.util.List<SourceVdC> sourceVdC
protected VdCGroup vdCGroup
protected MoreInfo moreInfo
| Constructor Detail |
|---|
public VdC()
| Method Detail |
|---|
public ID getID()
IDpublic void setID(ID value)
value - allowed object is
IDpublic java.util.List<SourceVdC> getSourceVdC()
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 sourceVdC property.
For example, to add a new item, do as follows:
getSourceVdC().add(newItem);
Objects of the following type(s) are allowed in the list
SourceVdC
public VdCGroup getVdCGroup()
VdCGrouppublic void setVdCGroup(VdCGroup value)
value - allowed object is
VdCGrouppublic MoreInfo getMoreInfo()
MoreInfopublic 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 | |||||||||