|
||||||||||
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
|
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 |
---|
protected java.lang.String encryption
protected java.lang.String classificationLevel
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_ENCRYPTION
public static final javax.xml.namespace.QName F_CLASSIFICATION_LEVEL
Constructor Detail |
---|
public ClassifiedAttributeType()
Method Detail |
---|
public java.lang.String getEncryption()
String
public void setEncryption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClassificationLevel()
String
public void setClassificationLevel(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class AttributeReferenceType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class AttributeReferenceType
public int hashCode()
hashCode
in class AttributeReferenceType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class AttributeReferenceType
public boolean equals(java.lang.Object object)
equals
in class AttributeReferenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |