public class Person
extends java.lang.Object
implements java.io.Serializable
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="type" type="{}PersonType" /> <attribute name="nodeId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected int |
nodeId |
protected PersonType |
type |
Constructor and Description |
---|
Person() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gets the value of the id property.
|
int |
getNodeId()
Gets the value of the nodeId property.
|
PersonType |
getType()
Gets the value of the type property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setNodeId(int value)
Sets the value of the nodeId property.
|
void |
setType(PersonType value)
Sets the value of the type property.
|
protected int id
protected PersonType type
protected int nodeId
public int getId()
public void setId(int value)
public PersonType getType()
PersonType
public void setType(PersonType value)
value
- allowed object is
PersonType
public int getNodeId()
public void setNodeId(int value)