public class Core extends Object
Java class for Core complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Core"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="socket" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Core() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the value of the index property.
|
int |
getSocket()
Gets the value of the socket property.
|
boolean |
isSetIndex() |
boolean |
isSetSocket() |
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setSocket(int value)
Sets the value of the socket property.
|
void |
unsetSocket() |
public int getIndex()
public void setIndex(int value)
public boolean isSetIndex()
public int getSocket()
Integer
public void setSocket(int value)
value
- allowed object is
Integer
public boolean isSetSocket()
public void unsetSocket()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0