public class Field extends Object
Java class for field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Integer |
order |
protected String |
value |
protected Integer |
width |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getOrder()
Gets the value of the order property.
|
String |
getValue()
Gets the value of the value property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrder(Integer value)
Sets the value of the order property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected String value
protected String id
protected String name
protected Integer width
protected Integer order
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getWidth()
Integer
public void setWidth(Integer value)
value
- allowed object is
Integer
public Integer getOrder()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.