com.evolveum.midpoint.xml.ns._public.common.common_1
Class StringPolicyType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.StringPolicyType
All Implemented Interfaces:
java.io.Serializable

public class StringPolicyType
extends java.lang.Object
implements java.io.Serializable

Java class for StringPolicyType complex type.

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

 <complexType name="StringPolicyType">
   <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="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}limitationsType" minOccurs="0"/>
         <element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}CharacterClassType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CharacterClassType characterClass
           
protected  java.lang.String description
           
protected  LimitationsType limitations
           
 
Constructor Summary
StringPolicyType()
           
 
Method Summary
 CharacterClassType getCharacterClass()
          Gets the value of the characterClass property.
 java.lang.String getDescription()
          Gets the value of the description property.
 LimitationsType getLimitations()
          Gets the value of the limitations property.
 void setCharacterClass(CharacterClassType value)
          Sets the value of the characterClass property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLimitations(LimitationsType value)
          Sets the value of the limitations property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

limitations

protected LimitationsType limitations

characterClass

protected CharacterClassType characterClass
Constructor Detail

StringPolicyType

public StringPolicyType()
Method Detail

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getLimitations

public LimitationsType getLimitations()
Gets the value of the limitations property.

Returns:
possible object is LimitationsType

setLimitations

public void setLimitations(LimitationsType value)
Sets the value of the limitations property.

Parameters:
value - allowed object is LimitationsType

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


Copyright © 2011 evolveum. All Rights Reserved.