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
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ClassifiedAttributeType
extends AttributeReferenceType
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String classificationLevel
           
static javax.xml.namespace.QName COMPLEX_TYPE
           
protected  java.lang.String encryption
           
static javax.xml.namespace.QName F_CLASSIFICATION_LEVEL
           
static javax.xml.namespace.QName F_ENCRYPTION
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
F_REF, ref
 
Constructor Summary
ClassifiedAttributeType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 java.lang.String getClassificationLevel()
          Gets the value of the classificationLevel property.
 java.lang.String getEncryption()
          Gets the value of the encryption property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

encryption

protected java.lang.String encryption

classificationLevel

protected java.lang.String classificationLevel

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_ENCRYPTION

public static final javax.xml.namespace.QName F_ENCRYPTION

F_CLASSIFICATION_LEVEL

public static final javax.xml.namespace.QName F_CLASSIFICATION_LEVEL
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

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
Overrides:
hashCode in class AttributeReferenceType

hashCode

public int hashCode()
Overrides:
hashCode in class AttributeReferenceType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AttributeReferenceType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class AttributeReferenceType


Copyright © 2012 evolveum. All Rights Reserved.