Skip navigation links


oracle.iam.platform.entitymgr.jaxb
Class AttributeMapDefinitionType

java.lang.Object
  extended by oracle.iam.platform.entitymgr.jaxb.AttributeMapDefinitionType


public class AttributeMapDefinitionType
extends java.lang.Object

Java class for attribute-map-definition-type complex type.

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

 <complexType name="attribute_map_definition_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="entity_attribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="target_field" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AttributeMapDefinitionType()
           

 

Method Summary
 java.lang.String getEntityAttribute()
          Gets the value of the entityAttribute property.
 java.lang.String getTargetField()
          Gets the value of the targetField property.
 void setEntityAttribute(java.lang.String value)
          Sets the value of the entityAttribute property.
 void setTargetField(java.lang.String value)
          Sets the value of the targetField property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeMapDefinitionType

public AttributeMapDefinitionType()

Method Detail

getEntityAttribute

public java.lang.String getEntityAttribute()
Gets the value of the entityAttribute property.
Returns:
possible object is String

setEntityAttribute

public void setEntityAttribute(java.lang.String value)
Sets the value of the entityAttribute property.
Parameters:
value - allowed object is String

getTargetField

public java.lang.String getTargetField()
Gets the value of the targetField property.
Returns:
possible object is String

setTargetField

public void setTargetField(java.lang.String value)
Sets the value of the targetField property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.