|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceAttributeDefinitionType
public class ResourceAttributeDefinitionType
Description of the attribute handling details, such as display name, read/write access and value and synchronization expressions. This is supposed to be used in schemaHandling part and therefore describe the decisions of the system administrator about the way how that attribute is used in midPoint. This is supposed to be used only in schemaHandling. It is not a reusable data structure now (composition).
Java class for ResourceAttributeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAttributeDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}displayName" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ignore" minOccurs="0"/> <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tolerant" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}access" maxOccurs="unbounded" minOccurs="0"/> <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MappingType" minOccurs="0"/> <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<AccessType> |
access
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
static javax.xml.namespace.QName |
F_ACCESS
|
static javax.xml.namespace.QName |
F_DESCRIPTION
|
static javax.xml.namespace.QName |
F_DISPLAY_NAME
|
static javax.xml.namespace.QName |
F_IGNORE
|
static javax.xml.namespace.QName |
F_INBOUND
|
static javax.xml.namespace.QName |
F_MAX_OCCURS
|
static javax.xml.namespace.QName |
F_MIN_OCCURS
|
static javax.xml.namespace.QName |
F_OUTBOUND
|
static javax.xml.namespace.QName |
F_REF
|
static javax.xml.namespace.QName |
F_TOLERANT
|
protected java.lang.Boolean |
ignore
|
protected java.util.List<MappingType> |
inbound
|
protected java.lang.Integer |
maxOccurs
|
protected java.lang.Integer |
minOccurs
|
protected MappingType |
outbound
|
protected javax.xml.namespace.QName |
ref
|
protected java.lang.Boolean |
tolerant
|
Constructor Summary | |
---|---|
ResourceAttributeDefinitionType()
Creates a new ResourceAttributeDefinitionType instance. |
|
ResourceAttributeDefinitionType(ResourceAttributeDefinitionType o)
Creates a new ResourceAttributeDefinitionType instance by deeply copying a given ResourceAttributeDefinitionType instance. |
Method Summary | |
---|---|
ResourceAttributeDefinitionType |
clone()
Creates and returns a deep copy of this object. |
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.util.List<AccessType> |
getAccess()
Access to the attribute as defined by the system administrator or deployer. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.util.List<MappingType> |
getInbound()
Gets the value of the inbound property. |
java.lang.Integer |
getMaxOccurs()
Gets the value of the maxOccurs property. |
java.lang.Integer |
getMinOccurs()
Gets the value of the minOccurs property. |
MappingType |
getOutbound()
Gets the value of the outbound property. |
javax.xml.namespace.QName |
getRef()
Gets the value of the ref property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
java.lang.Boolean |
isIgnore()
Gets the value of the ignore property. |
java.lang.Boolean |
isTolerant()
Gets the value of the tolerant property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setIgnore(java.lang.Boolean value)
Sets the value of the ignore property. |
void |
setMaxOccurs(java.lang.Integer value)
Sets the value of the maxOccurs property. |
void |
setMinOccurs(java.lang.Integer value)
Sets the value of the minOccurs property. |
void |
setOutbound(MappingType value)
Sets the value of the outbound property. |
void |
setRef(javax.xml.namespace.QName value)
Sets the value of the ref property. |
void |
setTolerant(java.lang.Boolean value)
Sets the value of the tolerant property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.xml.namespace.QName ref
protected java.lang.String displayName
protected java.lang.String description
protected java.lang.Boolean ignore
protected java.lang.Integer minOccurs
protected java.lang.Integer maxOccurs
protected java.lang.Boolean tolerant
protected java.util.List<AccessType> access
protected MappingType outbound
protected java.util.List<MappingType> inbound
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_REF
public static final javax.xml.namespace.QName F_DISPLAY_NAME
public static final javax.xml.namespace.QName F_DESCRIPTION
public static final javax.xml.namespace.QName F_IGNORE
public static final javax.xml.namespace.QName F_MIN_OCCURS
public static final javax.xml.namespace.QName F_MAX_OCCURS
public static final javax.xml.namespace.QName F_TOLERANT
public static final javax.xml.namespace.QName F_ACCESS
public static final javax.xml.namespace.QName F_OUTBOUND
public static final javax.xml.namespace.QName F_INBOUND
Constructor Detail |
---|
public ResourceAttributeDefinitionType()
ResourceAttributeDefinitionType
instance.
public ResourceAttributeDefinitionType(ResourceAttributeDefinitionType o)
ResourceAttributeDefinitionType
instance by deeply copying a given ResourceAttributeDefinitionType
instance.
o
- The instance to copy.
java.lang.NullPointerException
- if o
is null
.Method Detail |
---|
public javax.xml.namespace.QName getRef()
QName
public void setRef(javax.xml.namespace.QName value)
value
- allowed object is
QName
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIgnore()
Boolean
public void setIgnore(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getMinOccurs()
Integer
public void setMinOccurs(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxOccurs()
Integer
public void setMaxOccurs(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isTolerant()
Boolean
public void setTolerant(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<AccessType> getAccess()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the access property.
For example, to add a new item, do as follows:
getAccess().add(newItem);
Objects of the following type(s) are allowed in the list
AccessType
public MappingType getOutbound()
MappingType
public void setOutbound(MappingType value)
value
- allowed object is
MappingType
public java.util.List<MappingType> getInbound()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the inbound property.
For example, to add a new item, do as follows:
getInbound().add(newItem);
Objects of the following type(s) are allowed in the list
MappingType
public java.lang.String toString()
toString
in class java.lang.Object
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
public int hashCode()
hashCode
in class java.lang.Object
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
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public ResourceAttributeDefinitionType clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |