com.evolveum.midpoint.xml.ns._public.common.common_2a
Class StringLimitType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.StringLimitType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class StringLimitType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Definition of valid single string limitation

Java class for StringLimitType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StringLimitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="mustBeFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}CharacterClassType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CharacterClassType characterClass
           
static QName COMPLEX_TYPE
           
protected  String description
           
static QName F_CHARACTER_CLASS
           
static QName F_DESCRIPTION
           
static QName F_MAX_OCCURS
           
static QName F_MIN_OCCURS
           
static QName F_MUST_BE_FIRST
           
protected  Integer maxOccurs
           
protected  Integer minOccurs
           
protected  Boolean mustBeFirst
           
 
Constructor Summary
StringLimitType()
          Creates a new StringLimitType instance.
StringLimitType(StringLimitType o)
          Creates a new StringLimitType instance by deeply copying a given StringLimitType instance.
 
Method Summary
 StringLimitType 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)
           
 CharacterClassType getCharacterClass()
          Gets the value of the characterClass property.
 String getDescription()
          Gets the value of the description property.
 Integer getMaxOccurs()
          Gets the value of the maxOccurs property.
 Integer getMinOccurs()
          Gets the value of the minOccurs property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 Boolean isMustBeFirst()
          Gets the value of the mustBeFirst property.
 void setCharacterClass(CharacterClassType value)
          Sets the value of the characterClass property.
 void setDescription(String value)
          Sets the value of the description property.
 void setMaxOccurs(Integer value)
          Sets the value of the maxOccurs property.
 void setMinOccurs(Integer value)
          Sets the value of the minOccurs property.
 void setMustBeFirst(Boolean value)
          Sets the value of the mustBeFirst property.
 String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected String description

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_DESCRIPTION

public static final QName F_DESCRIPTION

F_MIN_OCCURS

public static final QName F_MIN_OCCURS

F_MAX_OCCURS

public static final QName F_MAX_OCCURS

F_MUST_BE_FIRST

public static final QName F_MUST_BE_FIRST

F_CHARACTER_CLASS

public static final QName F_CHARACTER_CLASS
Constructor Detail

StringLimitType

public StringLimitType()
Creates a new StringLimitType instance.


StringLimitType

public StringLimitType(StringLimitType o)
Creates a new StringLimitType instance by deeply copying a given StringLimitType instance.

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMinOccurs

public Integer getMinOccurs()
Gets the value of the minOccurs property.

Returns:
possible object is Integer

setMinOccurs

public void setMinOccurs(Integer value)
Sets the value of the minOccurs property.

Parameters:
value - allowed object is Integer

getMaxOccurs

public Integer getMaxOccurs()
Gets the value of the maxOccurs property.

Returns:
possible object is Integer

setMaxOccurs

public void setMaxOccurs(Integer value)
Sets the value of the maxOccurs property.

Parameters:
value - allowed object is Integer

isMustBeFirst

public Boolean isMustBeFirst()
Gets the value of the mustBeFirst property.

Returns:
possible object is Boolean

setMustBeFirst

public void setMustBeFirst(Boolean value)
Sets the value of the mustBeFirst property.

Parameters:
value - allowed object is Boolean

getCharacterClass

public CharacterClassType getCharacterClass()
Gets the value of the characterClass property.

Returns:
possible object is CharacterClassType

setCharacterClass

public void setCharacterClass(CharacterClassType value)
Sets the value of the characterClass property.

Parameters:
value - allowed object is CharacterClassType

toString

public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

clone

public StringLimitType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2013 evolveum. All Rights Reserved.