Package org.xlsx4j.sml
Class CTDdeLink
java.lang.Object
org.xlsx4j.sml.CTDdeLink
- All Implemented Interfaces:
Child
Java class for CT_DdeLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DdeLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ddeItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DdeItems" minOccurs="0"/>
</sequence>
<attribute name="ddeService" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="ddeTopic" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the ddeItems property.Gets the value of the ddeService property.Gets the value of the ddeTopic property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetDdeItems(CTDdeItems value) Sets the value of the ddeItems property.voidsetDdeService(String value) Sets the value of the ddeService property.voidsetDdeTopic(String value) Sets the value of the ddeTopic property.void
-
Field Details
-
ddeItems
-
ddeService
-
ddeTopic
-
-
Constructor Details
-
CTDdeLink
public CTDdeLink()
-
-
Method Details
-
getDdeItems
Gets the value of the ddeItems property.- Returns:
- possible object is
CTDdeItems
-
setDdeItems
Sets the value of the ddeItems property.- Parameters:
value- allowed object isCTDdeItems
-
getDdeService
Gets the value of the ddeService property.- Returns:
- possible object is
String
-
setDdeService
Sets the value of the ddeService property.- Parameters:
value- allowed object isString
-
getDdeTopic
Gets the value of the ddeTopic property.- Returns:
- possible object is
String
-
setDdeTopic
Sets the value of the ddeTopic property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-