Class RequestAbstractType
- java.lang.Object
-
- org.certificateservices.messages.saml2.protocol.jaxb.RequestAbstractType
-
- Direct Known Subclasses:
ArtifactResolveType,AssertionIDRequestType,AuthnRequestType,LogoutRequestType,ManageNameIDRequestType,NameIDMappingRequestType,SubjectQueryAbstractType
public abstract class RequestAbstractType extends java.lang.ObjectJava class for RequestAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestAbstractType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Extensions" minOccurs="0"/> </sequence> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Destination" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Consent" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringconsentprotected java.lang.Stringdestinationprotected ExtensionsTypeextensionsprotected java.lang.Stringidprotected javax.xml.datatype.XMLGregorianCalendarissueInstantprotected NameIDTypeissuerprotected SignatureTypesignatureprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description RequestAbstractType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConsent()Gets the value of the consent property.java.lang.StringgetDestination()Gets the value of the destination property.ExtensionsTypegetExtensions()Gets the value of the extensions property.java.lang.StringgetID()Gets the value of the id property.javax.xml.datatype.XMLGregorianCalendargetIssueInstant()Gets the value of the issueInstant property.NameIDTypegetIssuer()Gets the value of the issuer property.SignatureTypegetSignature()Gets the value of the signature property.java.lang.StringgetVersion()Gets the value of the version property.voidsetConsent(java.lang.String value)Sets the value of the consent property.voidsetDestination(java.lang.String value)Sets the value of the destination property.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the issueInstant property.voidsetIssuer(NameIDType value)Sets the value of the issuer property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
issuer
protected NameIDType issuer
-
signature
protected SignatureType signature
-
extensions
protected ExtensionsType extensions
-
id
protected java.lang.String id
-
version
protected java.lang.String version
-
issueInstant
protected javax.xml.datatype.XMLGregorianCalendar issueInstant
-
destination
protected java.lang.String destination
-
consent
protected java.lang.String consent
-
-
Method Detail
-
getIssuer
public NameIDType getIssuer()
Gets the value of the issuer property.- Returns:
- possible object is
NameIDType
-
setIssuer
public void setIssuer(NameIDType value)
Sets the value of the issuer property.- Parameters:
value- allowed object isNameIDType
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getExtensions
public ExtensionsType getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
public void setExtensions(ExtensionsType value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
getID
public java.lang.String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
public void setID(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getIssueInstant
public javax.xml.datatype.XMLGregorianCalendar getIssueInstant()
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueInstant
public void setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueInstant property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDestination
public java.lang.String getDestination()
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
public void setDestination(java.lang.String value)
Sets the value of the destination property.- Parameters:
value- allowed object isString
-
getConsent
public java.lang.String getConsent()
Gets the value of the consent property.- Returns:
- possible object is
String
-
setConsent
public void setConsent(java.lang.String value)
Sets the value of the consent property.- Parameters:
value- allowed object isString
-
-