Klasse IndirectPrimitiveCollectionPropertyInfo<I,P>

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

public abstract class IndirectPrimitiveCollectionPropertyInfo<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, and the individual values are of a java primitive type.
  • Konstruktordetails

    • IndirectPrimitiveCollectionPropertyInfo

      protected IndirectPrimitiveCollectionPropertyInfo(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<P>> get(I i)
      Angegeben von:
      get in Klasse PropertyInfo<I,P>
    • set

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