Package org.pptx4j.pml
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.StringinvalEndCharsprotected java.lang.StringinvalStCharsprotected java.lang.Stringlang -
Constructor Summary
Constructors Constructor Description CTKinsoku() -
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.StringgetInvalEndChars()Gets the value of the invalEndChars property.java.lang.StringgetInvalStChars()Gets the value of the invalStChars property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetInvalEndChars(java.lang.String value)Sets the value of the invalEndChars property.voidsetInvalStChars(java.lang.String value)Sets the value of the invalStChars property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetParent(java.lang.Object parent)
-
Field Details
-
lang
protected java.lang.String lang -
invalStChars
protected java.lang.String invalStChars -
invalEndChars
protected java.lang.String invalEndChars
-
-
Constructor Details
-
CTKinsoku
public CTKinsoku()
-
-
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 isString
-
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 isString
-
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 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.
-