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

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

public class Nominate
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="organizationalEntity" type="{http://www.example.org/WS-HT}tOrganizationalEntity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String identifier
           
protected  TOrganizationalEntity organizationalEntity
           
 
Constructor Summary
Nominate()
           
 
Method Summary
 String getIdentifier()
          Gets the value of the identifier property.
 TOrganizationalEntity getOrganizationalEntity()
          Gets the value of the organizationalEntity 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

organizationalEntity

protected TOrganizationalEntity organizationalEntity
Constructor Detail

Nominate

public Nominate()
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

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.