Package org.pptx4j.pml
Class CTKinsoku
java.lang.Object
org.pptx4j.pml.CTKinsoku
- All Implemented Interfaces:
Child
Java class for CT_Kinsoku complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Kinsoku">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invalStChars" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invalEndChars" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</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 invalEndChars property.Gets the value of the invalStChars property.getLang()Gets the value of the lang property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetInvalEndChars(String value) Sets the value of the invalEndChars property.voidsetInvalStChars(String value) Sets the value of the invalStChars property.voidSets the value of the lang property.void
-
Field Details
-
lang
-
invalStChars
-
invalEndChars
-
-
Constructor Details
-
CTKinsoku
public CTKinsoku()
-
-
Method Details
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getInvalStChars
Gets the value of the invalStChars property.- Returns:
- possible object is
String
-
setInvalStChars
Sets the value of the invalStChars property.- Parameters:
value- allowed object isString
-
getInvalEndChars
Gets the value of the invalEndChars property.- Returns:
- possible object is
String
-
setInvalEndChars
Sets the value of the invalEndChars 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.
-