|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.platform.entitymgr.jaxb.RepositoryInstance
public class RepositoryInstance
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">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RepositoryInstance.ParametersJava class for anonymous complex type. |
| Constructor Summary | |
|---|---|
RepositoryInstance() |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()Gets the value of the name property. |
RepositoryInstance.Parameters |
getParameters()Gets the value of the parameters property. |
java.lang.String |
getType()Gets the value of the type property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setParameters(RepositoryInstance.Parameters value)Sets the value of the parameters property. |
void |
setType(java.lang.String value)Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryInstance()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic RepositoryInstance.Parameters getParameters()
RepositoryInstance.Parameterspublic void setParameters(RepositoryInstance.Parameters value)
value - allowed object is RepositoryInstance.Parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||