uk.ac.ebi.cdb.webservice
Class Profile

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.Profile

public class Profile
extends Object

Java class for profile complex type.

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

 <complexType name="profile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int count
           
protected  String name
           
 
Constructor Summary
Profile()
           
 
Method Summary
 int getCount()
          Gets the value of the count property.
 String getName()
          Gets the value of the name property.
 void setCount(int value)
          Sets the value of the count property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

count

protected int count
Constructor Detail

Profile

public Profile()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCount

public int getCount()
Gets the value of the count property.


setCount

public void setCount(int value)
Sets the value of the count property.



Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.