Class XmlSPUserNoticeType

java.lang.Object
xades4j.xml.bind.xades.XmlSPUserNoticeType

public class XmlSPUserNoticeType extends Object

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.3.2#}NoticeReferenceType" minOccurs="0"/>
         <element name="ExplicitText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XmlSPUserNoticeType

      public XmlSPUserNoticeType()
  • Method Details

    • getNoticeRef

      public XmlNoticeReferenceType getNoticeRef()
      Gets the value of the noticeRef property.
      Returns:
      possible object is XmlNoticeReferenceType
    • setNoticeRef

      public void setNoticeRef(XmlNoticeReferenceType value)
      Sets the value of the noticeRef property.
      Parameters:
      value - allowed object is XmlNoticeReferenceType
    • getExplicitText

      public String getExplicitText()
      Gets the value of the explicitText property.
      Returns:
      possible object is String
    • setExplicitText

      public void setExplicitText(String value)
      Sets the value of the explicitText property.
      Parameters:
      value - allowed object is String