org.eclipse.stardust.engine.api.ws
Class OrganizationInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ParticipantInfoBaseXto
      extended by org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
          extended by org.eclipse.stardust.engine.api.ws.ModelParticipantInfoXto
              extended by org.eclipse.stardust.engine.api.ws.OrganizationInfoXto

public class OrganizationInfoXto
extends ModelParticipantInfoXto

Contains only important core information needed to identify a organization.

Java class for OrganizationInfo complex type.

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

 <complexType name="OrganizationInfo">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipantInfo">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
OrganizationInfoXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelParticipantInfoXto
getDepartment, getRuntimeElementOid, isDefinesDepartmentScope, isDepartmentScoped, setDefinesDepartmentScope, setDepartment, setDepartmentScoped, setRuntimeElementOid
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationInfoXto

public OrganizationInfoXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.