public class ParticipantObjectDetail extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}TypeValuePairType"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected byte[] |
value |
| Constructor and Description |
|---|
ParticipantObjectDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
public ParticipantObjectDetail()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]Copyright © 2017 dcm4che.org. All rights reserved.