public class AnYaAntecedentType
extends java.lang.Object
Java class for anYaAntecedentType complex type.
<complexType name="anYaAntecedentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataCloudName" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AnYaAntecedentType()
Default constructor
|
AnYaAntecedentType(AnYaDataCloudType dataCloud)
Constructor using a data cloud
AnYaDataCloudType |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDataCloudName()
Gets the value of the property dataCloudName.
|
void |
setDataCloudName(java.lang.Object value)
Sets the value of the property dataCloudName.
|
java.lang.String |
toString() |
public AnYaAntecedentType()
public AnYaAntecedentType(AnYaDataCloudType dataCloud)
AnYaDataCloudType
dataCloud
- the cloud AnYaDataCloudType
public java.lang.Object getDataCloudName()
Object
public void setDataCloudName(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String toString()
toString
in class java.lang.Object