public class Contact extends Object
Java class for contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contact">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="priority" type="{urn:ietf:params:xml:ns:pidf}qvalue" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
priority |
protected String |
value |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getPriority()
Gets the value of the priority property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setPriority(BigDecimal value)
Sets the value of the priority property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected BigDecimal priority
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic BigDecimal getPriority()
BigDecimalpublic void setPriority(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.