예제 #1
0
  @SuppressWarnings("unchecked")
  @Override
  public Any unmarshal(org.iso._21090.ANY arg0) throws Exception {
    if (arg0 == null) return null;

    return (gov.nih.nci.iso21090.Any) DSETADTransformer.INSTANCE.toDto((DSetAd) arg0);
  }
예제 #2
0
  @SuppressWarnings("unchecked")
  @Override
  public ANY marshal(Any arg0) throws Exception {
    if (arg0 == null) return null;

    return (org.iso._21090.ANY) DSETADTransformer.INSTANCE.toXml((DSet<Ad>) arg0);
  }