Skip navigation links


oracle.iam.platform.jaxb
Class MappingType

java.lang.Object
  extended by oracle.iam.platform.jaxb.MappingType


public class MappingType
extends java.lang.Object

Java class for mappingType complex type.

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

 <complexType name="mappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entity_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
MappingType()
           

 

Method Summary
 java.lang.String getAttribute()
          Gets the value of the attribute property.
 java.lang.String getEntityType()
          Gets the value of the entityType property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setAttribute(java.lang.String value)
          Sets the value of the attribute property.
 void setEntityType(java.lang.String value)
          Sets the value of the entityType property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.String value)
          Sets the value of the value property.

 

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

 

Constructor Detail

MappingType

public MappingType()

Method Detail

getName

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

setName

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

getAttribute

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

setAttribute

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

getValue

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

setValue

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

getEntityType

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

setEntityType

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

Skip navigation links


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