public class CTFFTextInput extends 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTFFTextInput.Default
Java class for anonymous complex type.
|
static class |
CTFFTextInput.Format
Java class for anonymous complex type.
|
static class |
CTFFTextInput.MaxLength
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTFFTextInput.Default |
_default |
protected CTFFTextInput.Format |
format |
protected CTFFTextInput.MaxLength |
maxLength |
protected CTFFTextType |
type |
| Constructor and Description |
|---|
CTFFTextInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTFFTextInput.Default |
getDefault()
Gets the value of the default property.
|
CTFFTextInput.Format |
getFormat()
Gets the value of the format property.
|
CTFFTextInput.MaxLength |
getMaxLength()
Gets the value of the maxLength property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTFFTextType |
getType()
Gets the value of the type property.
|
void |
setDefault(CTFFTextInput.Default value)
Sets the value of the default property.
|
void |
setFormat(CTFFTextInput.Format value)
Sets the value of the format property.
|
void |
setMaxLength(CTFFTextInput.MaxLength value)
Sets the value of the maxLength property.
|
void |
setParent(Object parent) |
void |
setType(CTFFTextType value)
Sets the value of the type property.
|
protected CTFFTextType type
protected CTFFTextInput.Default _default
protected CTFFTextInput.MaxLength maxLength
protected CTFFTextInput.Format format
public CTFFTextType getType()
CTFFTextTypepublic void setType(CTFFTextType value)
value - allowed object is
CTFFTextTypepublic CTFFTextInput.Default getDefault()
CTFFTextInput.Defaultpublic void setDefault(CTFFTextInput.Default value)
value - allowed object is
CTFFTextInput.Defaultpublic CTFFTextInput.MaxLength getMaxLength()
CTFFTextInput.MaxLengthpublic void setMaxLength(CTFFTextInput.MaxLength value)
value - allowed object is
CTFFTextInput.MaxLengthpublic CTFFTextInput.Format getFormat()
CTFFTextInput.Formatpublic void setFormat(CTFFTextInput.Format value)
value - allowed object is
CTFFTextInput.Formatpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.