Package com.esprow.oapi.repository
Interface OapiComponents
public interface OapiComponents
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).getList()Returns the list of components.voidSet an XML base (for more information see http://www.w3.org/TR/xmlbase/).voidsetLatestEP(BigInteger value) Sets the value of the 'Latest EP' attribute.
-
Method Details
-
getList
List<OapiComponent> getList()Returns the list of components.- Returns:
- the list of components
-
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:
-