Class CTKinsoku

java.lang.Object
org.pptx4j.pml.CTKinsoku
All Implemented Interfaces:
Child

public class CTKinsoku extends Object implements 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 Details

    • lang

      protected String lang
    • invalStChars

      protected String invalStChars
    • invalEndChars

      protected String invalEndChars
  • Constructor Details

    • CTKinsoku

      public CTKinsoku()
  • Method Details

    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getInvalStChars

      public String getInvalStChars()
      Gets the value of the invalStChars property.
      Returns:
      possible object is String
    • setInvalStChars

      public void setInvalStChars(String value)
      Sets the value of the invalStChars property.
      Parameters:
      value - allowed object is String
    • getInvalEndChars

      public String getInvalEndChars()
      Gets the value of the invalEndChars property.
      Returns:
      possible object is String
    • setInvalEndChars

      public void setInvalEndChars(String value)
      Sets the value of the invalEndChars property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.