public class FormItemDisplayType extends DisplayType 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}DisplayType"> <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.
|
FormItemDisplayType |
cssClass(String value) |
FormItemDisplayType |
cssStyle(String value) |
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) |
FormItemDisplayType |
help(String value) |
Boolean |
isNewLine()
Gets the value of the newLine property.
|
FormItemDisplayType |
label(String value) |
FormItemDisplayType |
maxOccurs(String value) |
FormItemDisplayType |
maxSize(BigInteger value) |
FormItemDisplayType |
minOccurs(String value) |
FormItemDisplayType |
newLine(Boolean value) |
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.
|
FormItemDisplayType |
size(BigInteger value) |
FormItemDisplayType |
tooltip(String value) |
String |
toString()
Generates a String representation of the contents of this type.
|
getCssClass, getCssStyle, getHelp, getLabel, getTooltip, setCssClass, setCssStyle, setHelp, setLabel, setTooltip
protected 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()
String
public void setMinOccurs(String value)
value
- allowed object is
String
public String getMaxOccurs()
String
public void setMaxOccurs(String value)
value
- allowed object is
String
public BigInteger getSize()
BigInteger
public void setSize(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxSize()
BigInteger
public void setMaxSize(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isNewLine()
Boolean
public void setNewLine(Boolean value)
value
- allowed object is
Boolean
public String toString()
toString
in class DisplayType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class DisplayType
public int hashCode()
hashCode
in class DisplayType
public 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.Equals
equals
in class DisplayType
public boolean equals(Object object)
equals
in class DisplayType
public FormItemDisplayType minOccurs(String value)
public FormItemDisplayType maxOccurs(String value)
public FormItemDisplayType size(BigInteger value)
public FormItemDisplayType maxSize(BigInteger value)
public FormItemDisplayType newLine(Boolean value)
public FormItemDisplayType label(String value)
label
in class DisplayType
public FormItemDisplayType tooltip(String value)
tooltip
in class DisplayType
public FormItemDisplayType help(String value)
help
in class DisplayType
public FormItemDisplayType cssStyle(String value)
cssStyle
in class DisplayType
public FormItemDisplayType cssClass(String value)
cssClass
in class DisplayType
public FormItemDisplayType clone()
clone
in class DisplayType
Copyright © 2018 Evolveum. All rights reserved.