Class SignerAssertionInfoType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.SignerAssertionInfoType
-
public class SignerAssertionInfoType extends java.lang.ObjectJava class for SignerAssertionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerAssertionInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}ContextInfo"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeStatement"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}SamlAssertions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AttributeStatementTypeattributeStatementprotected ContextInfoTypecontextInfoprotected SAMLAssertionsTypesamlAssertions
-
Constructor Summary
Constructors Constructor Description SignerAssertionInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeStatementTypegetAttributeStatement()Gets the value of the attributeStatement property.ContextInfoTypegetContextInfo()Gets the value of the contextInfo property.SAMLAssertionsTypegetSamlAssertions()Gets the value of the samlAssertions property.voidsetAttributeStatement(AttributeStatementType value)Sets the value of the attributeStatement property.voidsetContextInfo(ContextInfoType value)Sets the value of the contextInfo property.voidsetSamlAssertions(SAMLAssertionsType value)Sets the value of the samlAssertions property.
-
-
-
Field Detail
-
contextInfo
protected ContextInfoType contextInfo
-
attributeStatement
protected AttributeStatementType attributeStatement
-
samlAssertions
protected SAMLAssertionsType samlAssertions
-
-
Method Detail
-
getContextInfo
public ContextInfoType getContextInfo()
Gets the value of the contextInfo property.- Returns:
- possible object is
ContextInfoType
-
setContextInfo
public void setContextInfo(ContextInfoType value)
Sets the value of the contextInfo property.- Parameters:
value- allowed object isContextInfoType
-
getAttributeStatement
public AttributeStatementType getAttributeStatement()
Gets the value of the attributeStatement property.- Returns:
- possible object is
AttributeStatementType
-
setAttributeStatement
public void setAttributeStatement(AttributeStatementType value)
Sets the value of the attributeStatement property.- Parameters:
value- allowed object isAttributeStatementType
-
getSamlAssertions
public SAMLAssertionsType getSamlAssertions()
Gets the value of the samlAssertions property.- Returns:
- possible object is
SAMLAssertionsType
-
setSamlAssertions
public void setSamlAssertions(SAMLAssertionsType value)
Sets the value of the samlAssertions property.- Parameters:
value- allowed object isSAMLAssertionsType
-
-