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(javax.xml.bind.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()
CTFFTextType
public void setType(CTFFTextType value)
value
- allowed object is
CTFFTextType
public CTFFTextInput.Default getDefault()
CTFFTextInput.Default
public void setDefault(CTFFTextInput.Default value)
value
- allowed object is
CTFFTextInput.Default
public CTFFTextInput.MaxLength getMaxLength()
CTFFTextInput.MaxLength
public void setMaxLength(CTFFTextInput.MaxLength value)
value
- allowed object is
CTFFTextInput.MaxLength
public CTFFTextInput.Format getFormat()
CTFFTextInput.Format
public void setFormat(CTFFTextInput.Format value)
value
- allowed object is
CTFFTextInput.Format
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.