Package oracle.iam.request.dataset.vo
Class PrePopAdapter
java.lang.Object
oracle.iam.request.dataset.vo.PrePopAdapter
- All Implemented Interfaces:
Serializable
<p>Java class for pre-pop-adapter complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="pre-pop-adapter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classname" 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.getName()
Gets the value of the name property.void
setClassname
(String value) Sets the value of the classname property.void
Sets the value of the name property.
-
Constructor Details
-
PrePopAdapter
public PrePopAdapter()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
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
-