Skip navigation links


oracle.iam.policyengine.impl.jaxb
Class PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute

java.lang.Object
  extended by oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute

Enclosing class:
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes

public static class PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entityType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute()
           

 

Method Summary
 java.lang.String getDataType()
          Gets the value of the dataType property.
 java.lang.String getDisplayName()
          Gets the value of the displayName 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 getType()
          Gets the value of the type property.
 void setDataType(java.lang.String value)
          Sets the value of the dataType property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName 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 setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Constructor Detail

PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute

public PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute()

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

getType

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

setType

public void setType(java.lang.String value)
Sets the value of the type 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

getDisplayName

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

setDisplayName

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

getDataType

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

setDataType

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

Skip navigation links


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