Class CTKinsoku

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

public class CTKinsoku
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String invalEndChars  
    protected java.lang.String invalStChars  
    protected java.lang.String lang  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTKinsoku()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getInvalEndChars()
    Gets the value of the invalEndChars property.
    java.lang.String getInvalStChars()
    Gets the value of the invalStChars property.
    java.lang.String getLang()
    Gets the value of the lang property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    void setInvalEndChars​(java.lang.String value)
    Sets the value of the invalEndChars property.
    void setInvalStChars​(java.lang.String value)
    Sets the value of the invalStChars property.
    void setLang​(java.lang.String value)
    Sets the value of the lang property.
    void setParent​(java.lang.Object parent)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lang

      protected java.lang.String lang
    • invalStChars

      protected java.lang.String invalStChars
    • invalEndChars

      protected java.lang.String invalEndChars
  • Constructor Details

  • Method Details

    • getLang

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

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

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

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

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

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

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.