public class FormItemDisplayType extends AbstractDisplayType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for FormItemDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormItemDisplayType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractDisplayType">
<sequence>
<element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="newLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_MAX_OCCURS |
static QName |
F_MAX_SIZE |
static QName |
F_MIN_OCCURS |
static QName |
F_NEW_LINE |
static QName |
F_SIZE |
protected String |
maxOccurs |
protected BigInteger |
maxSize |
protected String |
minOccurs |
protected Boolean |
newLine |
protected BigInteger |
size |
cssClass, cssStyle, F_CSS_CLASS, F_CSS_STYLE, F_HELP, F_LABEL, F_TOOLTIP, help, label, tooltip| Constructor and Description |
|---|
FormItemDisplayType()
Creates a new
FormItemDisplayType instance. |
FormItemDisplayType(FormItemDisplayType o)
Creates a new
FormItemDisplayType instance by deeply copying a given FormItemDisplayType instance. |
| Modifier and Type | Method and Description |
|---|---|
FormItemDisplayType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
BigInteger |
getMaxSize()
Gets the value of the maxSize property.
|
String |
getMinOccurs()
Gets the value of the minOccurs property.
|
BigInteger |
getSize()
Gets the value of the size property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isNewLine()
Gets the value of the newLine property.
|
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property.
|
void |
setMaxSize(BigInteger value)
Sets the value of the maxSize property.
|
void |
setMinOccurs(String value)
Sets the value of the minOccurs property.
|
void |
setNewLine(Boolean value)
Sets the value of the newLine property.
|
void |
setSize(BigInteger value)
Sets the value of the size property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCssClass, getCssStyle, getHelp, getLabel, getTooltip, setCssClass, setCssStyle, setHelp, setLabel, setTooltipprotected String minOccurs
protected String maxOccurs
protected BigInteger size
protected BigInteger maxSize
protected Boolean newLine
public static final QName COMPLEX_TYPE
public static final QName F_MIN_OCCURS
public static final QName F_MAX_OCCURS
public static final QName F_SIZE
public static final QName F_MAX_SIZE
public static final QName F_NEW_LINE
public FormItemDisplayType()
FormItemDisplayType instance.public FormItemDisplayType(FormItemDisplayType o)
FormItemDisplayType instance by deeply copying a given FormItemDisplayType instance.o - The instance to copy.NullPointerException - if o is null.public String getMinOccurs()
Stringpublic void setMinOccurs(String value)
value - allowed object is
Stringpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
Stringpublic BigInteger getSize()
BigIntegerpublic void setSize(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxSize()
BigIntegerpublic void setMaxSize(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isNewLine()
Booleanpublic void setNewLine(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class AbstractDisplayTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractDisplayTypepublic int hashCode()
hashCode in class AbstractDisplayTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractDisplayTypepublic boolean equals(Object object)
equals in class AbstractDisplayTypepublic FormItemDisplayType clone()
clone in class AbstractDisplayTypeCopyright © 2016 Evolveum. All rights reserved.