Package org.xlsx4j.sml
Class CTServerFormat
java.lang.Object
org.xlsx4j.sml.CTServerFormat
- All Implemented Interfaces:
Child
Java class for CT_ServerFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ServerFormat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="culture" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="format" 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 culture property.Gets the value of the format property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetCulture(String value) Sets the value of the culture property.voidSets the value of the format property.void
-
Field Details
-
culture
-
format
-
-
Constructor Details
-
CTServerFormat
public CTServerFormat()
-
-
Method Details
-
getCulture
Gets the value of the culture property.- Returns:
- possible object is
String
-
setCulture
Sets the value of the culture property.- Parameters:
value- allowed object isString
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format 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.
-