public class Contact extends Object
Java-Klasse für contact complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der priority-Eigenschaft ab.
|
String |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setPriority(BigDecimal value)
Legt den Wert der priority-Eigenschaft fest.
|
void |
setValue(String value)
Legt den Wert der value-Eigenschaft fest.
|
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 © 2017. All rights reserved.