|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.Profile
public class Profile
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 |
---|
protected String name
protected int count
Constructor Detail |
---|
public Profile()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public int getCount()
public void setCount(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |