Class SPUserNoticeType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SPUserNoticeType
- All Implemented Interfaces:
Serializable
public class SPUserNoticeType extends Object implements Serializable
Java class for SPUserNoticeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPUserNoticeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NoticeRef" type="{http://uri.etsi.org/01903/v1.1.1#}NoticeReferenceType" minOccurs="0"/> <element name="ExplicitText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
explicitText
protected NoticeReferenceType
noticeRef
-
Constructor Summary
Constructors Constructor Description SPUserNoticeType()
-
Method Summary
Modifier and Type Method Description String
getExplicitText()
Gets the value of the explicitText property.NoticeReferenceType
getNoticeRef()
Gets the value of the noticeRef property.void
setExplicitText(String value)
Sets the value of the explicitText property.void
setNoticeRef(NoticeReferenceType value)
Sets the value of the noticeRef property.
-
Field Details
-
Constructor Details
-
SPUserNoticeType
public SPUserNoticeType()
-
-
Method Details
-
getNoticeRef
Gets the value of the noticeRef property.- Returns:
- possible object is
NoticeReferenceType
-
setNoticeRef
Sets the value of the noticeRef property.- Parameters:
value
- allowed object isNoticeReferenceType
-
getExplicitText
Gets the value of the explicitText property.- Returns:
- possible object is
String
-
setExplicitText
Sets the value of the explicitText property.- Parameters:
value
- allowed object isString
-