Klasse IndirectCollectionPropertyInfo<I,P>

java.lang.Object
com.kscs.util.jaxb.PropertyInfo<I,P>
com.kscs.util.jaxb.IndirectCollectionPropertyInfo<I,P>

public abstract class IndirectCollectionPropertyInfo<I,P> extends PropertyInfo<I,P>
Represents a multi-value property of a JAXB-generated java class where the individual values are wrapped in a JAXBElement instance.
  • Konstruktordetails

    • IndirectCollectionPropertyInfo

      protected IndirectCollectionPropertyInfo(String propertyName, Class<I> declaringClass, Class<P> declaredType, boolean collection, P defaultValue, QName schemaName, QName schemaType, boolean attribute)
  • Methodendetails

    • get

      public abstract List<jakarta.xml.bind.JAXBElement<? extends P>> get(I i)
      Angegeben von:
      get in Klasse PropertyInfo<I,P>
    • set

      public abstract void set(I instance, List<jakarta.xml.bind.JAXBElement<? extends P>> values)