Class Press
-
- All Implemented Interfaces:
public class Press
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Name"/> <element ref="{}Contact" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Address" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Tele" maxOccurs="unbounded" minOccurs="0"/> <choice> <element ref="{}Country"/> <element ref="{}CountryId"/> </choice> <element ref="{}ResultSelection" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> <attribute name="mediaType" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="paper"/> <enumeration value="tv"/> <enumeration value="radio"/> <enumeration value="magazine"/> <enumeration value="web"/> <enumeration value="other"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Press()
-
Method Summary
Modifier and Type Method Description Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. List<Contact>
getContact()
Gets the value of the contact property. List<Address>
getAddress()
Gets the value of the address property. List<Tele>
getTele()
Gets the value of the tele property. Country
getCountry()
Gets the value of the country property. void
setCountry(Country value)
Sets the value of the country property. CountryId
getCountryId()
Gets the value of the countryId property. void
setCountryId(CountryId value)
Sets the value of the countryId property. List<ResultSelection>
getResultSelection()
Gets the value of the resultSelection property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getMediaType()
Gets the value of the mediaType property. void
setMediaType(String value)
Sets the value of the mediaType property. -
-
Method Detail
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getContact
List<Contact> getContact()
Gets the value of the contact property.
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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list Contact
- Returns:
Thevalue of the contact property.
-
getAddress
List<Address> getAddress()
Gets the value of the address property.
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 address property.For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list Address
- Returns:
Thevalue of the address property.
-
getTele
List<Tele> getTele()
Gets the value of the tele property.
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 tele property.For example, to add a new item, do as follows:
getTele().add(newItem);
Objects of the following type(s) are allowed in the list Tele
- Returns:
Thevalue of the tele property.
-
getCountry
Country getCountry()
Gets the value of the country property.
- Returns:
possibleobject is Country
-
setCountry
void setCountry(Country value)
Sets the value of the country property.
- Parameters:
value
- allowed object is Country
-
getCountryId
CountryId getCountryId()
Gets the value of the countryId property.
- Returns:
possibleobject is CountryId
-
setCountryId
void setCountryId(CountryId value)
Sets the value of the countryId property.
- Parameters:
value
- allowed object is CountryId
-
getResultSelection
List<ResultSelection> getResultSelection()
Gets the value of the resultSelection property.
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 resultSelection property.For example, to add a new item, do as follows:
getResultSelection().add(newItem);
Objects of the following type(s) are allowed in the list ResultSelection
- Returns:
Thevalue of the resultSelection property.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getMediaType
String getMediaType()
Gets the value of the mediaType property.
- Returns:
possibleobject is String
-
setMediaType
void setMediaType(String value)
Sets the value of the mediaType property.
- Parameters:
value
- allowed object is String
-
-
-
-