|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlSPUserNoticeType
public class XmlSPUserNoticeType
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 Summary | |
|---|---|
protected String |
explicitText
|
protected XmlNoticeReferenceType |
noticeRef
|
| Constructor Summary | |
|---|---|
XmlSPUserNoticeType()
|
|
| Method Summary | |
|---|---|
String |
getExplicitText()
Gets the value of the explicitText property. |
XmlNoticeReferenceType |
getNoticeRef()
Gets the value of the noticeRef property. |
void |
setExplicitText(String value)
Sets the value of the explicitText property. |
void |
setNoticeRef(XmlNoticeReferenceType value)
Sets the value of the noticeRef property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlNoticeReferenceType noticeRef
protected String explicitText
| Constructor Detail |
|---|
public XmlSPUserNoticeType()
| Method Detail |
|---|
public XmlNoticeReferenceType getNoticeRef()
XmlNoticeReferenceTypepublic void setNoticeRef(XmlNoticeReferenceType value)
value - allowed object is
XmlNoticeReferenceTypepublic String getExplicitText()
Stringpublic void setExplicitText(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||