public static class SubjectType.STSubType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<SubjectConfirmationType> |
subjectConfirmation |
Constructor and Description |
---|
STSubType() |
Modifier and Type | Method and Description |
---|---|
void |
addBaseID(BaseIDAbstractType base) |
void |
addConfirmation(SubjectConfirmationType con) |
BaseIDAbstractType |
getBaseID() |
List<SubjectConfirmationType> |
getConfirmation() |
int |
getCount() |
EncryptedElementType |
getEncryptedID() |
void |
setEncryptedID(EncryptedElementType encryptedID) |
protected List<SubjectConfirmationType> subjectConfirmation
public void addBaseID(BaseIDAbstractType base)
public BaseIDAbstractType getBaseID()
public EncryptedElementType getEncryptedID()
public void setEncryptedID(EncryptedElementType encryptedID)
public void addConfirmation(SubjectConfirmationType con)
public int getCount()
public List<SubjectConfirmationType> getConfirmation()
Copyright © 2016 JBoss by Red Hat. All rights reserved.