public class Dropdef
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="{http://www.highqsoft.de/schema}dropinit" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droprelations" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droprelimpl" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droptype" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droptypeimpl" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}dropreferences" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droprefimpl" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}dropfiles" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}dropfileimpl" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}dropterminate" minOccurs="0"/> </sequence> <attribute name="externalsref" type="{http://www.w3.org/2001/XMLSchema}string" default="externals" /> <attribute name="targetsref" type="{http://www.w3.org/2001/XMLSchema}string" default="targets" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Implementationseq |
dropfileimpl |
protected Dropfiles |
dropfiles |
protected Implementationseq |
dropinit |
protected java.util.List<Dropreferences> |
dropreferences |
protected Implementationseq |
droprefimpl |
protected java.util.List<Droprelations> |
droprelations |
protected Implementationseq |
droprelimpl |
protected Implementationseq |
dropterminate |
protected java.util.List<Droptype> |
droptype |
protected Implementationseq |
droptypeimpl |
protected java.lang.String |
externalsref |
protected java.lang.String |
targetsref |
Constructor and Description |
---|
Dropdef() |
Modifier and Type | Method and Description |
---|---|
Implementationseq |
getDropfileimpl()
Gets the value of the dropfileimpl property.
|
Dropfiles |
getDropfiles()
Gets the value of the dropfiles property.
|
Implementationseq |
getDropinit()
Gets the value of the dropinit property.
|
java.util.List<Dropreferences> |
getDropreferences()
Gets the value of the dropreferences property.
|
Implementationseq |
getDroprefimpl()
Gets the value of the droprefimpl property.
|
java.util.List<Droprelations> |
getDroprelations()
Gets the value of the droprelations property.
|
Implementationseq |
getDroprelimpl()
Gets the value of the droprelimpl property.
|
Implementationseq |
getDropterminate()
Gets the value of the dropterminate property.
|
java.util.List<Droptype> |
getDroptype()
Gets the value of the droptype property.
|
Implementationseq |
getDroptypeimpl()
Gets the value of the droptypeimpl property.
|
java.lang.String |
getExternalsref()
Gets the value of the externalsref property.
|
java.lang.String |
getTargetsref()
Gets the value of the targetsref property.
|
void |
setDropfileimpl(Implementationseq value)
Sets the value of the dropfileimpl property.
|
void |
setDropfiles(Dropfiles value)
Sets the value of the dropfiles property.
|
void |
setDropinit(Implementationseq value)
Sets the value of the dropinit property.
|
void |
setDroprefimpl(Implementationseq value)
Sets the value of the droprefimpl property.
|
void |
setDroprelimpl(Implementationseq value)
Sets the value of the droprelimpl property.
|
void |
setDropterminate(Implementationseq value)
Sets the value of the dropterminate property.
|
void |
setDroptypeimpl(Implementationseq value)
Sets the value of the droptypeimpl property.
|
void |
setExternalsref(java.lang.String value)
Sets the value of the externalsref property.
|
void |
setTargetsref(java.lang.String value)
Sets the value of the targetsref property.
|
protected Implementationseq dropinit
protected java.util.List<Droprelations> droprelations
protected Implementationseq droprelimpl
protected java.util.List<Droptype> droptype
protected Implementationseq droptypeimpl
protected java.util.List<Dropreferences> dropreferences
protected Implementationseq droprefimpl
protected Dropfiles dropfiles
protected Implementationseq dropfileimpl
protected Implementationseq dropterminate
protected java.lang.String externalsref
protected java.lang.String targetsref
public Implementationseq getDropinit()
Implementationseq
public void setDropinit(Implementationseq value)
value
- allowed object is
Implementationseq
public java.util.List<Droprelations> getDroprelations()
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 droprelations property.
For example, to add a new item, do as follows:
getDroprelations().add(newItem);
Objects of the following type(s) are allowed in the list
Droprelations
public Implementationseq getDroprelimpl()
Implementationseq
public void setDroprelimpl(Implementationseq value)
value
- allowed object is
Implementationseq
public java.util.List<Droptype> getDroptype()
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 droptype property.
For example, to add a new item, do as follows:
getDroptype().add(newItem);
Objects of the following type(s) are allowed in the list
Droptype
public Implementationseq getDroptypeimpl()
Implementationseq
public void setDroptypeimpl(Implementationseq value)
value
- allowed object is
Implementationseq
public java.util.List<Dropreferences> getDropreferences()
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 dropreferences property.
For example, to add a new item, do as follows:
getDropreferences().add(newItem);
Objects of the following type(s) are allowed in the list
Dropreferences
public Implementationseq getDroprefimpl()
Implementationseq
public void setDroprefimpl(Implementationseq value)
value
- allowed object is
Implementationseq
public Dropfiles getDropfiles()
Dropfiles
public void setDropfiles(Dropfiles value)
value
- allowed object is
Dropfiles
public Implementationseq getDropfileimpl()
Implementationseq
public void setDropfileimpl(Implementationseq value)
value
- allowed object is
Implementationseq
public Implementationseq getDropterminate()
Implementationseq
public void setDropterminate(Implementationseq value)
value
- allowed object is
Implementationseq
public java.lang.String getExternalsref()
String
public void setExternalsref(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetsref()
String
public void setTargetsref(java.lang.String value)
value
- allowed object is
String