Package com.esprow.oapi.repository
Interface OapiSections
public interface OapiSections
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).getList()
Returns the list of sections.void
Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).void
setLatestEP
(BigInteger value) Sets the value of the 'Latest EP
' attribute.
-
Method Details
-
getList
List<OapiSection> getList()Returns the list of sections.- Returns:
- the list of sections
-
getBase
String getBase()Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Returns:
- an XML base (for more information see http://www.w3.org/TR/xmlbase/)
- See Also:
-
setBase
Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Parameters:
value
- the new value of the 'Base' attribute.- See Also:
-
getLatestEP
BigInteger getLatestEP()- See Also:
-
setLatestEP
Sets the value of the 'Latest EP
' attribute.- Parameters:
value
- the new value of the 'Latest EP' attribute.- See Also:
-