Annotation Interface XmlElement


@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface XmlElement
  • Element Details

    • type

      Class<?> type
      Default:
      org.apache.cxf.aegis.type.AegisType.class
    • name

      String name
      Default:
      ""
    • namespace

      String namespace
      Default:
      ""
    • nillable

      boolean nillable
      Default:
      true
    • minOccurs

      String minOccurs
      Set to "0" to make the property optional, "1" for required
      Default:
      ""