|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
public abstract class RequestAbstractType
Java 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 | |
|---|---|
protected java.lang.String |
consent
|
protected java.lang.String |
destination
|
protected ExtensionsType |
extensions
|
protected java.lang.String |
id
|
protected javax.xml.datatype.XMLGregorianCalendar |
issueInstant
|
protected NameIDType |
issuer
|
protected SignatureType |
signature
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
RequestAbstractType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConsent()
Gets the value of the consent property. |
java.lang.String |
getDestination()
Gets the value of the destination property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
java.lang.String |
getID()
Gets the value of the id property. |
javax.xml.datatype.XMLGregorianCalendar |
getIssueInstant()
Gets the value of the issueInstant property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
SignatureType |
getSignature()
Gets the value of the signature property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setConsent(java.lang.String value)
Sets the value of the consent property. |
void |
setDestination(java.lang.String value)
Sets the value of the destination property. |
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property. |
void |
setID(java.lang.String value)
Sets the value of the id property. |
void |
setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueInstant property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NameIDType issuer
protected SignatureType signature
protected ExtensionsType extensions
protected java.lang.String id
protected java.lang.String version
protected javax.xml.datatype.XMLGregorianCalendar issueInstant
protected java.lang.String destination
protected java.lang.String consent
| Constructor Detail |
|---|
public RequestAbstractType()
| Method Detail |
|---|
public NameIDType getIssuer()
NameIDTypepublic void setIssuer(NameIDType value)
value - allowed object is
NameIDTypepublic SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypepublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getIssueInstant()
XMLGregorianCalendarpublic void setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDestination()
Stringpublic void setDestination(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConsent()
Stringpublic void setConsent(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||