Package com.esprow.oapi.repository
Interface OapiFields
public interface OapiFields
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).getList()
Returns a list of fields.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
Returns a list of fields.- Returns:
- a list of fields
-
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:
-