public class SubjectConfirmationDataType extends Object implements Serializable
Java class for SubjectConfirmationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectConfirmationDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="Address" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
inResponseTo |
protected XMLGregorianCalendar |
notBefore |
protected XMLGregorianCalendar |
notOnOrAfter |
protected String |
recipient |
Constructor and Description |
---|
SubjectConfirmationDataType() |
Modifier and Type | Method and Description |
---|---|
void |
addOtherAttribute(QName qname,
String str)
Add an other attribute
|
String |
getAddress()
Gets the value of the address property.
|
Object |
getAnyType() |
String |
getInResponseTo()
Gets the value of the inResponseTo property.
|
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property.
|
XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getRecipient()
Gets the value of the recipient property.
|
void |
removeOtherAttribute(QName qname)
Remove an other attribute
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAnyType(Object anyType) |
void |
setInResponseTo(String value)
Sets the value of the inResponseTo property.
|
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.
|
void |
setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notOnOrAfter
protected String recipient
protected String inResponseTo
protected String address
public Object getAnyType()
public void setAnyType(Object anyType)
public XMLGregorianCalendar getNotBefore()
XMLGregorianCalendar
public void setNotBefore(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendar
public void setNotOnOrAfter(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public String getRecipient()
String
public void setRecipient(String value)
value
- allowed object is String
public String getInResponseTo()
String
public void setInResponseTo(String value)
value
- allowed object is String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute.
public void addOtherAttribute(QName qname, String str)
qname
- str
- Copyright © 2016 JBoss by Red Hat. All rights reserved.