|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ClassifiedAttributeType
public class ClassifiedAttributeType
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 |
|---|
protected java.lang.String encryption
protected java.lang.String classificationLevel
| Constructor Detail |
|---|
public ClassifiedAttributeType()
| Method Detail |
|---|
public java.lang.String getEncryption()
Stringpublic void setEncryption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassificationLevel()
Stringpublic void setClassificationLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class AttributeReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||