Class ServiceAdminClientType.Role

java.lang.Object
com.oracle.communications.brm.cc.model.ServiceAdminClientType.Role
All Implemented Interfaces:
Serializable
Enclosing class:
ServiceAdminClientType

public static class ServiceAdminClientType.Role extends Object implements Serializable

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">
       <sequence>
         <element name="application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="profileObj" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
       </sequence>
       <attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • application

      protected String application
    • profileObj

      protected ResourceRef profileObj
    • elem

      protected Integer elem
  • Constructor Details

    • Role

      public Role()
  • Method Details

    • getApplication

      public String getApplication()
      Gets the value of the application property.
      Returns:
      possible object is String
    • setApplication

      public void setApplication(String value)
      Sets the value of the application property.
      Parameters:
      value - allowed object is String
    • getProfileObj

      public ResourceRef getProfileObj()
      Gets the value of the profileObj property.
      Returns:
      possible object is ResourceRef
    • setProfileObj

      public void setProfileObj(ResourceRef value)
      Sets the value of the profileObj property.
      Parameters:
      value - allowed object is ResourceRef
    • getElem

      public Integer getElem()
      Gets the value of the elem property.
      Returns:
      possible object is Integer
    • setElem

      public void setElem(Integer value)
      Sets the value of the elem property.
      Parameters:
      value - allowed object is Integer