org.etsi.uri._01903.v1_3
Class SPUserNotice

java.lang.Object
  extended by org.etsi.uri._01903.v1_3.SPUserNotice
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SPUserNotice
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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  NoticeReferenceType noticeRef
           
 
Constructor Summary
SPUserNotice()
          Default no-arg constructor
SPUserNotice(NoticeReferenceType noticeRef, String explicitText)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 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.
 String toString()
           
 SPUserNotice withExplicitText(String value)
           
 SPUserNotice withNoticeRef(NoticeReferenceType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

noticeRef

protected NoticeReferenceType noticeRef

explicitText

protected String explicitText
Constructor Detail

SPUserNotice

public SPUserNotice()
Default no-arg constructor


SPUserNotice

public SPUserNotice(NoticeReferenceType noticeRef,
                    String explicitText)
Fully-initialising value constructor

Method Detail

getNoticeRef

public NoticeReferenceType getNoticeRef()
Gets the value of the noticeRef property.

Returns:
possible object is NoticeReferenceType

setNoticeRef

public void setNoticeRef(NoticeReferenceType value)
Sets the value of the noticeRef property.

Parameters:
value - allowed object is NoticeReferenceType

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

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withNoticeRef

public SPUserNotice withNoticeRef(NoticeReferenceType value)

withExplicitText

public SPUserNotice withExplicitText(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.