541542543544545546547
} return null; } @SuppressWarnings("unchecked") private void setStatement (List statement) { this._StatementOrSubjectStatementOrAuthenticationStatement = new ListImpl (statement); }
83848586878889
public SubjectConfirmation(){ } @SuppressWarnings("unchecked") public void setConfirmationMethod(List confirmationMethod) { _ConfirmationMethod = new ListImpl(confirmationMethod); }
69707172737475
LogDomainConstants.WSS_API_DOMAIN, LogDomainConstants.WSS_API_DOMAIN_BUNDLE); @SuppressWarnings("unchecked") private void setAudience(List audience) { _Audience = new ListImpl(audience); }
74757677787980
LogDomainConstants.WSS_API_DOMAIN, LogDomainConstants.WSS_API_DOMAIN_BUNDLE); private List<Attribute> attValueList = null; @SuppressWarnings("unchecked") private void setAttributes(List attr) { this._Attribute = new ListImpl(attr); }
103104105106107108109
throw new SAMLException(ex.getMessage()); } } @SuppressWarnings("unchecked") private void setAction(List action) { _Action = new ListImpl(action); }
86878889909192
public Conditions() { super(); } @SuppressWarnings("unchecked") private void setaudienceRestrictionConditionOrDoNotCacheConditionOrCondition(List condition) { this._AudienceRestrictionConditionOrDoNotCacheConditionOrCondition = new ListImpl(condition); }
9596979899100101
tmpList.add(it.next()); AnyType type = new AnyType(); type.setContent(tmpList); typeList.add(type); } this._AttributeValue = new ListImpl(typeList); }
85868788899091
} @SuppressWarnings("unchecked") private void setAssertionIDReferenceOrAssertionOrAny( List assertionIDReferenceOrAssertionOrAny) { this._AssertionIDReferenceOrAssertionOrAny = new ListImpl(assertionIDReferenceOrAssertionOrAny); }
59606162636465
*/ public class ObjectType extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ObjectImpl { @SuppressWarnings("unchecked") public void setContent(List content) { this._Content = new ListImpl(content); }