Skip navigation links


oracle.iam.sod.registration.jaxb
Class SystemType

java.lang.Object
  extended by oracle.iam.sod.registration.jaxb.SystemType


public class SystemType
extends java.lang.Object

Java class for SystemType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SystemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/registration}Parameter" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isSynch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
SystemType()
           

 

Method Summary
 java.util.List getContent()
          Gets the value of the content property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.Boolean isIsSynch()
          Gets the value of the isSynch property.
 void setIsSynch(java.lang.Boolean value)
          Sets the value of the isSynch property.
 void setName(java.lang.String value)
          Sets the value of the name 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

SystemType

public SystemType()

Method Detail

getContent

public java.util.List getContent()
Gets the value of the content property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the content property.

For example, to add a new item, do as follows:

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list String JAXBElement<Parameter>


getType

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

setType

public void setType(java.lang.String value)
Sets the value of the type 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

isIsSynch

public java.lang.Boolean isIsSynch()
Gets the value of the isSynch property.
Returns:
possible object is Boolean

setIsSynch

public void setIsSynch(java.lang.Boolean value)
Sets the value of the isSynch property.
Parameters:
value - allowed object is Boolean

Skip navigation links


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