Package de.foellix.aql.datastructure
Class Sink
java.lang.Object
de.foellix.aql.datastructure.Sink
- All Implemented Interfaces:
Serializable
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="{}reference"/>
<element ref="{}attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the reference property.voidsetAttributes(Attributes value) Sets the value of the attributes property.voidsetReference(Reference value) Sets the value of the reference property.
-
Field Details
-
reference
-
attributes
-
-
Constructor Details
-
Sink
public Sink()
-
-
Method Details
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
Reference
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isReference
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributes
-