Package oracle.iam.request.model.vo
Class Java
java.lang.Object
oracle.iam.request.model.vo.Java
- All Implemented Interfaces:
Serializable
<p>Java class for java complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="java">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classname property.Gets the value of the method property.void
setClassname
(String value) Sets the value of the classname property.void
Sets the value of the method property.
-
Constructor Details
-
Java
public Java()
-
-
Method Details
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value
- allowed object isString
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-