Package org.docx4j.wml
Class CTFFTextInput
java.lang.Object
org.docx4j.wml.CTFFTextInput
- All Implemented Interfaces:
Child
public class CTFFTextInput extends java.lang.Object implements Child
Java class for CT_FFTextInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FFTextInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FFTextType" minOccurs="0"/>
<element name="default" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="maxLength" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="format" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFFTextInput.DefaultJava class for anonymous complex type.static classCTFFTextInput.FormatJava class for anonymous complex type.static classCTFFTextInput.MaxLengthJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected CTFFTextInput.Default_defaultprotected CTFFTextInput.Formatformatprotected CTFFTextInput.MaxLengthmaxLengthprotected CTFFTextTypetype -
Constructor Summary
Constructors Constructor Description CTFFTextInput() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTFFTextInput.DefaultgetDefault()Gets the value of the default property.CTFFTextInput.FormatgetFormat()Gets the value of the format property.CTFFTextInput.MaxLengthgetMaxLength()Gets the value of the maxLength property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTFFTextTypegetType()Gets the value of the type property.voidsetDefault(CTFFTextInput.Default value)Sets the value of the default property.voidsetFormat(CTFFTextInput.Format value)Sets the value of the format property.voidsetMaxLength(CTFFTextInput.MaxLength value)Sets the value of the maxLength property.voidsetParent(java.lang.Object parent)voidsetType(CTFFTextType value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
type
-
_default
-
maxLength
-
format
-
-
Constructor Details
-
CTFFTextInput
public CTFFTextInput()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
CTFFTextType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCTFFTextType
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
CTFFTextInput.Default
-
setDefault
Sets the value of the default property.- Parameters:
value- allowed object isCTFFTextInput.Default
-
getMaxLength
Gets the value of the maxLength property.- Returns:
- possible object is
CTFFTextInput.MaxLength
-
setMaxLength
Sets the value of the maxLength property.- Parameters:
value- allowed object isCTFFTextInput.MaxLength
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
CTFFTextInput.Format
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isCTFFTextInput.Format
-
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(jakarta.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.
-