public class UidConflictType extends ErrorCodeType
Java class for UidConflictType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UidConflictType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorCodeType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UidConflictType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String href
Copyright © 2018 Bedework. All rights reserved.