com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class ClassifiedAttributeType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ClassifiedAttributeType

public class ClassifiedAttributeType
extends AttributeReferenceType

Java class for ClassifiedAttributeType complex type.

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

 <complexType name="ClassifiedAttributeType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}AttributeReferenceType">
       <all>
         <element name="encryption">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="HASH"/>
               <enumeration value="NONE"/>
               <enumeration value="SYMMETRIC"/>
             </restriction>
           </simpleType>
         </element>
         <element name="classificationLevel" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classificationLevel
           
protected  java.lang.String encryption
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
ref
 
Constructor Summary
ClassifiedAttributeType()
           
 
Method Summary
 java.lang.String getClassificationLevel()
          Gets the value of the classificationLevel property.
 java.lang.String getEncryption()
          Gets the value of the encryption property.
 void setClassificationLevel(java.lang.String value)
          Sets the value of the classificationLevel property.
 void setEncryption(java.lang.String value)
          Sets the value of the encryption property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
getRef, setRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

encryption

protected java.lang.String encryption

classificationLevel

protected java.lang.String classificationLevel
Constructor Detail

ClassifiedAttributeType

public ClassifiedAttributeType()
Method Detail

getEncryption

public java.lang.String getEncryption()
Gets the value of the encryption property.

Returns:
possible object is String

setEncryption

public void setEncryption(java.lang.String value)
Sets the value of the encryption property.

Parameters:
value - allowed object is String

getClassificationLevel

public java.lang.String getClassificationLevel()
Gets the value of the classificationLevel property.

Returns:
possible object is String

setClassificationLevel

public void setClassificationLevel(java.lang.String value)
Sets the value of the classificationLevel property.

Parameters:
value - allowed object is String

toString

public java.lang.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 AttributeReferenceType


Copyright © 2011 evolveum. All Rights Reserved.