public static class EvidenceType.ChoiceType extends Object implements Serializable
Constructor and Description |
---|
ChoiceType(AssertionType assertion) |
ChoiceType(EncryptedAssertionType encryptedAssertion) |
ChoiceType(String assertionIDRef) |
ChoiceType(URI assertionURIRef) |
Modifier and Type | Method and Description |
---|---|
AssertionType |
getAssertion() |
String |
getAssertionIDRef() |
URI |
getAssertionURIRef() |
EncryptedAssertionType |
getEncryptedAssertion() |
public ChoiceType(String assertionIDRef)
public ChoiceType(URI assertionURIRef)
public ChoiceType(AssertionType assertion)
public ChoiceType(EncryptedAssertionType encryptedAssertion)
public String getAssertionIDRef()
public URI getAssertionURIRef()
public AssertionType getAssertion()
public EncryptedAssertionType getEncryptedAssertion()
Copyright © 2016 JBoss by Red Hat. All rights reserved.