public class MailingList extends LocatedTreeImpl
Java class for MailingList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MailingList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscribe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unsubscribe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="post" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="archive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="otherArchives" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="otherArchive" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MailingList.OtherArchives
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
archive |
protected LocatedAttribute |
name |
protected MailingList.OtherArchives |
otherArchives |
protected LocatedAttribute |
post |
protected LocatedAttribute |
subscribe |
protected LocatedAttribute |
unsubscribe |
endLocation, startLocation| Constructor and Description |
|---|
MailingList() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getArchive()
Gets the value of the archive property.
|
LocatedAttribute |
getName()
Gets the value of the name property.
|
MailingList.OtherArchives |
getOtherArchives()
Gets the value of the otherArchives property.
|
LocatedAttribute |
getPost()
Gets the value of the post property.
|
LocatedAttribute |
getSubscribe()
Gets the value of the subscribe property.
|
LocatedAttribute |
getUnsubscribe()
Gets the value of the unsubscribe property.
|
void |
setArchive(LocatedAttribute value)
Sets the value of the archive property.
|
void |
setName(LocatedAttribute value)
Sets the value of the name property.
|
void |
setOtherArchives(MailingList.OtherArchives value)
Sets the value of the otherArchives property.
|
void |
setPost(LocatedAttribute value)
Sets the value of the post property.
|
void |
setSubscribe(LocatedAttribute value)
Sets the value of the subscribe property.
|
void |
setUnsubscribe(LocatedAttribute value)
Sets the value of the unsubscribe property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute name
protected LocatedAttribute subscribe
protected LocatedAttribute unsubscribe
protected LocatedAttribute post
protected LocatedAttribute archive
protected MailingList.OtherArchives otherArchives
public LocatedAttribute getName()
Stringpublic void setName(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getSubscribe()
Stringpublic void setSubscribe(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUnsubscribe()
Stringpublic void setUnsubscribe(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getPost()
Stringpublic void setPost(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getArchive()
Stringpublic void setArchive(LocatedAttribute value)
value - allowed object is
Stringpublic MailingList.OtherArchives getOtherArchives()
MailingList.OtherArchivespublic void setOtherArchives(MailingList.OtherArchives value)
value - allowed object is
MailingList.OtherArchivesCopyright © 2012–2016 SonarSource. All rights reserved.