Class ServiceAdminClientType.Role
java.lang.Object
com.oracle.communications.brm.cc.model.ServiceAdminClientType.Role
- All Implemented Interfaces:
Serializable
- Enclosing class:
ServiceAdminClientType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the application property.getElem()Gets the value of the elem property.Gets the value of the profileObj property.voidsetApplication(String value) Sets the value of the application property.voidSets the value of the elem property.voidsetProfileObj(ResourceRef value) Sets the value of the profileObj property.
-
Field Details
-
application
-
profileObj
-
elem
-
-
Constructor Details
-
Role
public Role()
-
-
Method Details
-
getApplication
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getProfileObj
Gets the value of the profileObj property.- Returns:
- possible object is
ResourceRef
-
setProfileObj
Sets the value of the profileObj property.- Parameters:
value- allowed object isResourceRef
-
getElem
Gets the value of the elem property.- Returns:
- possible object is
Integer
-
setElem
Sets the value of the elem property.- Parameters:
value- allowed object isInteger
-