120121122123124125126127
return (URIType) getProperty(ANCESTORID); } public String getAncestorID() { TextType tt = ((TextType) getProperty(ANCESTORID)); return tt == null ? null : tt.getStringValue(); }
142143144145146147148149
return (TextType) getProperty(AUTHORS_POSITION); } public String getAuthorsPosition() { TextType tt = ((TextType) getProperty(AUTHORS_POSITION)); return tt == null ? null : tt.getStringValue(); }
148149150151152153154155
return tt == null ? null : tt.getStringValue(); } public void setAuthorsPosition(String text) { TextType tt = (TextType) instanciateSimple(AUTHORS_POSITION, text); setAuthorsPositionProperty(tt); }
164165166167168169170171
return (TextType) getProperty(CAPTION_WRITER); } public String getCaptionWriter() { TextType tt = ((TextType) getProperty(CAPTION_WRITER)); return tt == null ? null : tt.getStringValue(); }
186187188189190191192193
return (TextType) getProperty(CATEGORY); } public String getCategory() { TextType tt = ((TextType) getProperty(CATEGORY)); return tt == null ? null : tt.getStringValue(); }
192193194195196197198199
return tt == null ? null : tt.getStringValue(); } public void setCategory(String text) { TextType tt = (TextType) instanciateSimple(CATEGORY, text); setCategoryProperty(tt); }
208209210211212213214215
return (TextType) getProperty(CITY); } public String getCity() { TextType tt = ((TextType) getProperty(CITY)); return tt == null ? null : tt.getStringValue(); }
214215216217218219220221
return tt == null ? null : tt.getStringValue(); } public void setCity(String text) { TextType tt = (TextType) instanciateSimple(CITY, text); setCityProperty(tt); }
252253254255256257258259
return (TextType) getProperty(COUNTRY); } public String getCountry() { TextType tt = ((TextType) getProperty(COUNTRY)); return tt == null ? null : tt.getStringValue(); }
258259260261262263264265
return tt == null ? null : tt.getStringValue(); } public void setCountry(String text) { TextType tt = (TextType) instanciateSimple(COUNTRY, text); setCountryProperty(tt); }