Class Java

java.lang.Object
oracle.iam.request.model.vo.Java
All Implemented Interfaces:
Serializable

public class Java extends Object implements Serializable
<p>Java class for java complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="java"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Java

      public Java()
  • Method Details

    • getClassname

      public String getClassname()
      Gets the value of the classname property.
      Returns:
      possible object is String
    • setClassname

      public void setClassname(String value)
      Sets the value of the classname property.
      Parameters:
      value - allowed object is String
    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String