Class UidConflictType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
-
- org.oasis_open.docs.ws_calendar.ns.soap.UidConflictType
-
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 Summary
Constructors Constructor Description UidConflictType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the value of the href property.voidsetHref(String value)Sets the value of the href property.
-
-
-
Field Detail
-
href
protected String href
-
-