Skip navigation links


oracle.iam.request.template.vo
Class EntityTypes

java.lang.Object
  extended by oracle.iam.request.template.vo.EntityTypes

All Implemented Interfaces:
java.io.Serializable

public class EntityTypes
extends java.lang.Object
implements java.io.Serializable

Java class for entity-types complex type.

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

 <complexType name="entity_types">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entity_type" type="{http://www.example.org}entity-type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
EntityTypes()
           

 

Method Summary
 java.util.List getEntityType()
          Gets the value of the entityType property.

 

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

 

Constructor Detail

EntityTypes

public EntityTypes()

Method Detail

getEntityType

public java.util.List getEntityType()
Gets the value of the entityType property.

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 entityType property.

For example, to add a new item, do as follows:

    getEntityType().add(newItem);
 

Objects of the following type(s) are allowed in the list EntityType


Skip navigation links


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