Class StringLimitType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StringLimitType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class StringLimitType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Definition of valid single string limitation- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterClassType
characterClass
static QName
COMPLEX_TYPE
protected String
description
protected String
documentation
static ItemName
F_CHARACTER_CLASS
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_MAX_OCCURS
static ItemName
F_MIN_OCCURS
static ItemName
F_MUST_BE_FIRST
static ItemName
F_NAME
protected Integer
maxOccurs
protected Integer
minOccurs
protected Boolean
mustBeFirst
protected PolyStringType
name
-
Constructor Summary
Constructors Constructor Description StringLimitType()
StringLimitType(StringLimitType other)
-
Method Summary
-
-
-
Field Detail
-
name
protected PolyStringType name
-
description
protected String description
-
documentation
protected String documentation
-
minOccurs
protected Integer minOccurs
-
maxOccurs
protected Integer maxOccurs
-
mustBeFirst
protected Boolean mustBeFirst
-
characterClass
protected CharacterClassType characterClass
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_MIN_OCCURS
public static final ItemName F_MIN_OCCURS
-
F_MAX_OCCURS
public static final ItemName F_MAX_OCCURS
-
F_MUST_BE_FIRST
public static final ItemName F_MUST_BE_FIRST
-
F_CHARACTER_CLASS
public static final ItemName F_CHARACTER_CLASS
-
-
Constructor Detail
-
StringLimitType
public StringLimitType()
-
StringLimitType
public StringLimitType(StringLimitType other)
-
-
Method Detail
-
getName
public PolyStringType getName()
-
setName
public void setName(PolyStringType value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getMinOccurs
public Integer getMinOccurs()
-
setMinOccurs
public void setMinOccurs(Integer value)
-
getMaxOccurs
public Integer getMaxOccurs()
-
setMaxOccurs
public void setMaxOccurs(Integer value)
-
isMustBeFirst
public Boolean isMustBeFirst()
-
setMustBeFirst
public void setMustBeFirst(Boolean value)
-
getCharacterClass
public CharacterClassType getCharacterClass()
-
setCharacterClass
public void setCharacterClass(CharacterClassType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
public StringLimitType name(PolyStringType value)
-
name
public StringLimitType name(String value)
-
description
public StringLimitType description(String value)
-
documentation
public StringLimitType documentation(String value)
-
minOccurs
public StringLimitType minOccurs(Integer value)
-
maxOccurs
public StringLimitType maxOccurs(Integer value)
-
mustBeFirst
public StringLimitType mustBeFirst(Boolean value)
-
characterClass
public StringLimitType characterClass(CharacterClassType value)
-
beginCharacterClass
public CharacterClassType beginCharacterClass()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public StringLimitType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-