|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Position
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="{}id" minOccurs="0"/> <element ref="{}title"/> <element ref="{}summary" minOccurs="0"/> <element ref="{}start-date" minOccurs="0"/> <element ref="{}end-date" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{}is-current"/> <element ref="{}company"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
Company |
getCompany()
Gets the value of the company property. |
EndDate |
getEndDate()
Gets the value of the endDate property. |
java.lang.String |
getId()
Gets the value of the id property. |
StartDate |
getStartDate()
Gets the value of the startDate property. |
java.lang.String |
getSummary()
Gets the value of the summary property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.Boolean |
isIsCurrent()
Gets the value of the isCurrent property. |
void |
setCompany(Company value)
Sets the value of the company property. |
void |
setEndDate(EndDate value)
Sets the value of the endDate property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIsCurrent(java.lang.Boolean value)
Sets the value of the isCurrent property. |
void |
setStartDate(StartDate value)
Sets the value of the startDate property. |
void |
setSummary(java.lang.String value)
Sets the value of the summary property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getTitle()
String
void setTitle(java.lang.String value)
value
- allowed object is
String
java.lang.String getSummary()
String
void setSummary(java.lang.String value)
value
- allowed object is
String
StartDate getStartDate()
StartDate
void setStartDate(StartDate value)
value
- allowed object is
StartDate
EndDate getEndDate()
EndDate
void setEndDate(EndDate value)
value
- allowed object is
EndDate
java.lang.Boolean isIsCurrent()
Boolean
void setIsCurrent(java.lang.Boolean value)
value
- allowed object is
Boolean
Company getCompany()
Company
void setCompany(Company value)
value
- allowed object is
Company
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |