org.ow2.orchestra.ws_ht.api.xsd
Class SetGenericHumanRole

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.SetGenericHumanRole

public class SetGenericHumanRole
extends 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="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="genericHumanRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="organizationalEntity" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String genericHumanRole
           
protected  String identifier
           
protected  TOrganizationalEntity organizationalEntity
           
 
Constructor Summary
SetGenericHumanRole()
           
 
Method Summary
 String getGenericHumanRole()
          Gets the value of the genericHumanRole property.
 String getIdentifier()
          Gets the value of the identifier property.
 TOrganizationalEntity getOrganizationalEntity()
          Gets the value of the organizationalEntity property.
 void setGenericHumanRole(String value)
          Sets the value of the genericHumanRole property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setOrganizationalEntity(TOrganizationalEntity value)
          Sets the value of the organizationalEntity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected String identifier

genericHumanRole

protected String genericHumanRole

organizationalEntity

protected TOrganizationalEntity organizationalEntity
Constructor Detail

SetGenericHumanRole

public SetGenericHumanRole()
Method Detail

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getGenericHumanRole

public String getGenericHumanRole()
Gets the value of the genericHumanRole property.

Returns:
possible object is String

setGenericHumanRole

public void setGenericHumanRole(String value)
Sets the value of the genericHumanRole property.

Parameters:
value - allowed object is String

getOrganizationalEntity

public TOrganizationalEntity getOrganizationalEntity()
Gets the value of the organizationalEntity property.

Returns:
possible object is TOrganizationalEntity

setOrganizationalEntity

public void setOrganizationalEntity(TOrganizationalEntity value)
Sets the value of the organizationalEntity property.

Parameters:
value - allowed object is TOrganizationalEntity


Copyright © 2012 OW2 Consortium. All Rights Reserved.