Skip navigation links


oracle.iam.platform.jaxb
Class PluginpointType.ExpectedMetadata

java.lang.Object
  extended by oracle.iam.platform.jaxb.PluginpointType.ExpectedMetadata

Enclosing class:
PluginpointType

public static class PluginpointType.ExpectedMetadata
extends java.lang.Object

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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="required" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PluginpointType.ExpectedMetadata()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isRequired()
          Gets the value of the required property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRequired(boolean value)
          Sets the value of the required property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PluginpointType.ExpectedMetadata

public PluginpointType.ExpectedMetadata()

Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.
Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

isRequired

public boolean isRequired()
Gets the value of the required property.

setRequired

public void setRequired(boolean value)
Sets the value of the required property.

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.