Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


com.flashline.registry.openapi.entity
Class ChoiceList

java.lang.Object
  extended by com.flashline.registry.openapi.entity.ChoiceList

All Implemented Interfaces:
java.io.Serializable

public class ChoiceList
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ChoiceList()
           
ChoiceList(long ID, int activeStatus, Choice[] choices, java.lang.String description, boolean empty, java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this ChoiceList.
 Choice[] getChoices()
          Gets the choices value for this ChoiceList.
 java.lang.String getDescription()
          Gets the description value for this ChoiceList.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getID()
          Gets the ID value for this ChoiceList.
 java.lang.String getName()
          Gets the name value for this ChoiceList.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isEmpty()
          Gets the empty value for this ChoiceList.
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this ChoiceList.
 void setChoices(Choice[] choices)
          Sets the choices value for this ChoiceList.
 void setDescription(java.lang.String description)
          Sets the description value for this ChoiceList.
 void setEmpty(boolean empty)
          Sets the empty value for this ChoiceList.
 void setID(long ID)
          Sets the ID value for this ChoiceList.
 void setName(java.lang.String name)
          Sets the name value for this ChoiceList.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ChoiceList

public ChoiceList()

ChoiceList

public ChoiceList(long ID,
                  int activeStatus,
                  Choice[] choices,
                  java.lang.String description,
                  boolean empty,
                  java.lang.String name)

Method Detail

getID

public long getID()
Gets the ID value for this ChoiceList.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this ChoiceList.
Parameters:
ID -

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this ChoiceList.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this ChoiceList.
Parameters:
activeStatus -

getChoices

public Choice[] getChoices()
Gets the choices value for this ChoiceList.
Returns:
choices

setChoices

public void setChoices(Choice[] choices)
Sets the choices value for this ChoiceList.
Parameters:
choices -

getDescription

public java.lang.String getDescription()
Gets the description value for this ChoiceList.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ChoiceList.
Parameters:
description -

isEmpty

public boolean isEmpty()
Gets the empty value for this ChoiceList.
Returns:
empty

setEmpty

public void setEmpty(boolean empty)
Sets the empty value for this ChoiceList.
Parameters:
empty -

getName

public java.lang.String getName()
Gets the name value for this ChoiceList.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ChoiceList.
Parameters:
name -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


Copyright © 2004-2013, Oracle and/or its affiliates. All rights reserved.