public class NoticeBaseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
<?xml version="1.0" encoding="UTF-8"?><xhtml:p xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="urn:us:gov:ic:ism" xmlns:ism="urn:us:gov:ic:ism" xmlns:ism25x="urn:us:gov:ic:cvenum:ism:25x" xmlns:ismatomic="urn:us:gov:ic:cvenum:ism:atomicEnergyMarkings" xmlns:ismcat="urn:us:gov:ic:ismcat" xmlns:ismcatfgio="urn:us:gov:ic:cvenum:ismcat:fgiopen" xmlns:ismcatfgip="urn:us:gov:ic:cvenum:ismcat:fgiprotected" xmlns:ismcatownpro="urn:us:gov:ic:cvenum:ismcat:ownerproducer" xmlns:ismcatrelto="urn:us:gov:ic:cvenum:ismcat:relto" xmlns:ismclassall="urn:us:gov:ic:cvenum:ism:classification:all" xmlns:ismcomplies="urn:us:gov:ic:cvenum:ism:complieswith" xmlns:ismdissem="urn:us:gov:ic:cvenum:ism:dissem" xmlns:ismexempt="urn:us:gov:ic:cvenum:ism:exemptfrom" xmlns:ismnonic="urn:us:gov:ic:cvenum:ism:nonic" xmlns:ismnonus="urn:us:gov:ic:cvenum:ism:nonuscontrols" xmlns:ismnotice="urn:us:gov:ic:cvenum:ism:notice" xmlns:ismpoctyp="urn:us:gov:ic:cvenum:ism:pocType" xmlns:ismsar="urn:us:gov:ic:cvenum:ism:sar" xmlns:ismscicon="urn:us:gov:ic:cvenum:ism:scicontrols" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ism:classification="U" ism:ownerProducer="USA">Base type for Notices. Does
not include any attributes.</xhtml:p>
Java class for NoticeBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoticeBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:us:gov:ic:ism}NoticeText" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<NoticeText> |
noticeText |
| Constructor and Description |
|---|
NoticeBaseType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<NoticeText> |
getNoticeText()
Gets the value of the noticeText property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetNoticeText() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setNoticeText(List<NoticeText> value) |
String |
toString() |
void |
unsetNoticeText() |
@NotNull(message="NoticeBaseType.noticeText {javax.validation.constraints.NotNull.message}")
@Size(min=1)
protected List<NoticeText> noticeText
public List<NoticeText> getNoticeText()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the noticeText property.
For example, to add a new item, do as follows:
getNoticeText().add(newItem);
Objects of the following type(s) are allowed in the list
NoticeText
public boolean isSetNoticeText()
public void unsetNoticeText()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setNoticeText(List<NoticeText> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.