Package org.xlsx4j.sml
Class CTServerFormat
java.lang.Object
org.xlsx4j.sml.CTServerFormat
- All Implemented Interfaces:
Child
public class CTServerFormat extends java.lang.Object implements 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
-
Constructor Summary
Constructors Constructor Description CTServerFormat() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCulture()Gets the value of the culture property.java.lang.StringgetFormat()Gets the value of the format property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetCulture(java.lang.String value)Sets the value of the culture property.voidsetFormat(java.lang.String value)Sets the value of the format property.voidsetParent(java.lang.Object parent)
-
Field Details
-
Constructor Details
-
CTServerFormat
public CTServerFormat()
-
-
Method Details
-
getCulture
public java.lang.String getCulture()Gets the value of the culture property.- Returns:
- possible object is
String
-
setCulture
public void setCulture(java.lang.String value)Sets the value of the culture property.- Parameters:
value- allowed object isString
-
getFormat
public java.lang.String getFormat()Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(java.lang.String value)Sets the value of the format property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-