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>
 
  • Field Details

    • href

      protected String href
  • Constructor Details

    • UidConflictType

      public UidConflictType()
  • Method Details

    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String