public class PersonType extends Object implements Serializable
Java class for personType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="personType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="isCorporateBody" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Boolean |
isCorporateBody |
protected String |
value |
Constructor and Description |
---|
PersonType() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isIsCorporateBody()
Gets the value of the isCorporateBody property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsCorporateBody(Boolean value)
Sets the value of the isCorporateBody property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String id
protected Boolean isCorporateBody
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public boolean isIsCorporateBody()
Boolean
Copyright © 2013 TextGrid Consortium. All Rights Reserved.